Skip to content

Commit 442d1e0

Browse files
committed
fix: ClassDef back to 1 as no members modified
1 parent d524f72 commit 442d1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/ZorroSummary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ZorroSummary : public TNamed
7777
std::unordered_map<int, std::vector<double>> mTOIcounters;
7878
std::unordered_map<int, double> mTVXcounters;
7979

80-
ClassDef(ZorroSummary, 2);
80+
ClassDef(ZorroSummary, 1);
8181
};
8282

8383
#endif // EVENTFILTERING_ZORROSUMMARY_H_

0 commit comments

Comments
 (0)