Skip to content

Commit ea03521

Browse files
ferdymercuryguitargeek
authored andcommitted
[RF] harmonize function name between normal and copy constructor
Fixes #20324
1 parent 1c021bd commit ea03521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roofit/roofitcore/src/RooEffProd.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RooEffProd::RooEffProd(const char *name, const char *title,
4545
RooEffProd::RooEffProd(const RooEffProd& other, const char* name) :
4646
RooAbsPdf(other, name),
4747
_pdf("pdf",this,other._pdf),
48-
_eff("acc",this,other._eff)
48+
_eff("eff",this,other._eff)
4949
{
5050
}
5151

0 commit comments

Comments
 (0)