File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
DataFormats/simulation/include/SimulationDataFormat Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments