@@ -259,16 +259,15 @@ class HFInvMassFitter : public TNamed
259259 RooPlot* mResidualFrame ; // / residual frame
260260 RooHist* mResidualHist ; // / residual histogram
261261 RooPlot* mRatioFrame ; // / fit/data ratio frame
262- RooPlot* mResidualFrameForCalculation ;
263- RooWorkspace* mWorkspace ; // / workspace
264- double mIntegralHisto ; // / integral of histogram to fit
265- double mIntegralBkg ; // / integral of background fit function
266- double mIntegralSgn ; // / integral of signal fit function
267- TH1* mHistoTemplateRefl ; // / reflection histogram
268- bool mDrawBgPrefit ; // / draw background after fitting the sidebands
269- bool mHighlightPeakRegion ; // / draw vertical lines showing the peak region (usually +- 3 sigma)
270- int mRandomSeed ; // / seed for random engine for fit's initial parameters randomization
271- TRandom3* mRandomGen ; // / engine for fit's initial parameters randomization
262+ RooWorkspace* mWorkspace ; // / workspace
263+ double mIntegralHisto ; // / integral of histogram to fit
264+ double mIntegralBkg ; // / integral of background fit function
265+ double mIntegralSgn ; // / integral of signal fit function
266+ TH1* mHistoTemplateRefl ; // / reflection histogram
267+ bool mDrawBgPrefit ; // / draw background after fitting the sidebands
268+ bool mHighlightPeakRegion ; // / draw vertical lines showing the peak region (usually +- 3 sigma)
269+ int mRandomSeed ; // / seed for random engine for fit's initial parameters randomization
270+ TRandom3* mRandomGen ; // / engine for fit's initial parameters randomization
272271
273272 ClassDefOverride (HFInvMassFitter, 1 );
274273};
0 commit comments