We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1cd85 commit 2aaa3baCopy full SHA for 2aaa3ba
1 file changed
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h
@@ -255,8 +255,8 @@ class MCTrackT
255
struct {
256
int storage : 1; // encoding whether to store this track to the output
257
unsigned int process : 6; // encoding process that created this track (enough to store TMCProcess from ROOT)
258
- int hitmask : 22; // encoding hits per detector
259
- int reserved1 : 1; // bit reserved for possible future purposes
+ int hitmask : 22; // encoding hits per detector
+ int reserved1 : 1; // bit reserved for possible future purposes
260
int inhibited : 1; // whether tracking of this was inhibited
261
int toBeDone : 1; // whether this (still) needs tracking --> we might more complete information to cover full ParticleStatus space
262
};
0 commit comments