Skip to content

Commit

Permalink
[Common] bumped ClassDefOverride version of THxRatio objects (#2348)
Browse files Browse the repository at this point in the history
The bump is needed due to the addition of the `mSumw2Enabled` member
  • Loading branch information
aferrero2707 authored Jun 18, 2024
1 parent c88c616 commit a286b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Common/include/Common/TH1Ratio.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class TH1Ratio : public T, public o2::mergers::MergeInterface
Bool_t mSumw2Enabled{ kTRUE };
std::string mTreatMeAs{ T::Class_Name() };

ClassDefOverride(TH1Ratio, 1);
ClassDefOverride(TH1Ratio, 2);
};

typedef TH1Ratio<TH1F> TH1FRatio;
Expand Down
2 changes: 1 addition & 1 deletion Modules/Common/include/Common/TH2Ratio.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class TH2Ratio : public T, public o2::mergers::MergeInterface
Bool_t mSumw2Enabled{ kTRUE };
std::string mTreatMeAs{ T::Class_Name() };

ClassDefOverride(TH2Ratio, 1);
ClassDefOverride(TH2Ratio, 2);
};

typedef TH2Ratio<TH2F> TH2FRatio;
Expand Down

0 comments on commit a286b87

Please sign in to comment.