Skip to content

Commit 7b4153d

Browse files
committed
update ClassDef version of Track and Particle
due to changes introduced in HeavyIonAnalysis#132
1 parent 0a97d9c commit 7b4153d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/Particle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Particle : public Track {
102102
PdgCode_t pid_{0};
103103
bool is_allowed_set_charge_and_mass_explicitly_{false};//!
104104

105-
ClassDefOverride(Particle, 2);
105+
ClassDefOverride(Particle, 3);
106106
};
107107

108108
}// namespace AnalysisTree

core/Track.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class Track : public Container {
164164
Floating_t pz_{UndefValueFloat};///< z-component of track's momentum
165165
Integer_t charge_{-1000};
166166

167-
ClassDefOverride(Track, 2);
167+
ClassDefOverride(Track, 3);
168168
};
169169

170170
}// namespace AnalysisTree

0 commit comments

Comments
 (0)