Skip to content

Commit a286b87

Browse files
authored
[Common] bumped ClassDefOverride version of THxRatio objects (#2348)
The bump is needed due to the addition of the `mSumw2Enabled` member
1 parent c88c616 commit a286b87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Common/include/Common/TH1Ratio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TH1Ratio : public T, public o2::mergers::MergeInterface
7979
Bool_t mSumw2Enabled{ kTRUE };
8080
std::string mTreatMeAs{ T::Class_Name() };
8181

82-
ClassDefOverride(TH1Ratio, 1);
82+
ClassDefOverride(TH1Ratio, 2);
8383
};
8484

8585
typedef TH1Ratio<TH1F> TH1FRatio;

Modules/Common/include/Common/TH2Ratio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TH2Ratio : public T, public o2::mergers::MergeInterface
7979
Bool_t mSumw2Enabled{ kTRUE };
8080
std::string mTreatMeAs{ T::Class_Name() };
8181

82-
ClassDefOverride(TH2Ratio, 1);
82+
ClassDefOverride(TH2Ratio, 2);
8383
};
8484

8585
typedef TH2Ratio<TH2F> TH2FRatio;

0 commit comments

Comments
 (0)