Skip to content

Commit 9012a29

Browse files
committed
Take out no longer needed static_assert
1 parent e4196fc commit 9012a29

File tree

1 file changed

+0
-1
lines changed
  • DataFormats/simulation/include/SimulationDataFormat

1 file changed

+0
-1
lines changed

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ class MCTrackT
280280
int storage : 1; // encoding whether to store this track to the output
281281
unsigned int process : 6; // encoding process that created this track (enough to store TMCProcess from ROOT)
282282
int hitmask : NHITBITS; // encoding hits per detector
283-
static_assert(o2::detectors::DetID::nDetectors <= 22); // ensure that all known detectors can be encoded here by a bit
284283
int reserved1 : 1; // bit reserved for possible future purposes
285284
int inhibited : 1; // whether tracking of this was inhibited
286285
int toBeDone : 1; // whether this (still) needs tracking --> we might more complete information to cover full ParticleStatus space

0 commit comments

Comments
 (0)