Skip to content

Commit 2aaa3ba

Browse files
alibuildsawenzel
authored andcommitted
Please consider the following formatting changes
1 parent ed1cd85 commit 2aaa3ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • DataFormats/simulation/include/SimulationDataFormat

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ class MCTrackT
255255
struct {
256256
int storage : 1; // encoding whether to store this track to the output
257257
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
258+
int hitmask : 22; // encoding hits per detector
259+
int reserved1 : 1; // bit reserved for possible future purposes
260260
int inhibited : 1; // whether tracking of this was inhibited
261261
int toBeDone : 1; // whether this (still) needs tracking --> we might more complete information to cover full ParticleStatus space
262262
};

0 commit comments

Comments
 (0)