Skip to content

Commit b6355ee

Browse files
committed
rm unused class member
1 parent 82ded42 commit b6355ee

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

PWGHF/D2H/Macros/HFInvMassFitter.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ HFInvMassFitter::HFInvMassFitter(TH1* histoToFit,
144144
mResidualFrame(nullptr),
145145
mResidualHist(nullptr),
146146
mRatioFrame(nullptr),
147-
mResidualFrameForCalculation(nullptr),
148147
mWorkspace(nullptr),
149148
mIntegralHisto(0),
150149
mIntegralBkg(0),

PWGHF/D2H/Macros/HFInvMassFitter.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)