We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf48e commit ab455e9Copy full SHA for ab455e9
1 file changed
PWGHF/D2H/Macros/HFInvMassFitter.cxx
@@ -821,6 +821,7 @@ RooAbsPdf* HFInvMassFitter::createSignalFitFunction(RooWorkspace* workspace)
821
case DoubleSidedCrystalBall: {
822
sgnPdf = workspace->pdf("sgnFuncDSCB");
823
mRooSigmaSgn = workspace->var("sigma");
824
+ mRooSecSigmaSgn = workspace->var("sigma");
825
mRooMeanSgn = workspace->var("mean");
826
mRooDscbAlphaL = workspace->var("alphaL");
827
mRooDscbNL = workspace->var("nL");
0 commit comments