Skip to content

Commit e14af0b

Browse files
committed
ClassDef->ClassDefOverride, remove ClassImp
1 parent 4261565 commit e14af0b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

PWGHF/D2H/Macros/HFInvMassFitter.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555

5656
using namespace RooFit;
5757

58-
ClassImp(HFInvMassFitter);
59-
6058
HFInvMassFitter::HFInvMassFitter() : mHistoInvMass(nullptr),
6159
mFitOption("L,E"),
6260
mMinMass(0),

PWGHF/D2H/Macros/HFInvMassFitter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class HFInvMassFitter : public TNamed
313313
Bool_t mDrawBgPrefit; /// draw background after fitting the sidebands
314314
Bool_t mHighlightPeakRegion; /// draw vertical lines showing the peak region (usually +- 3 sigma)
315315

316-
ClassDef(HFInvMassFitter, 1);
316+
ClassDefOverride(HFInvMassFitter, 1);
317317
};
318318

319319
#endif // PWGHF_D2H_MACROS_HFINVMASSFITTER_H_

0 commit comments

Comments
 (0)