DeepLearnPhysics / larcv2

MIT License
13 stars 16 forks source link

Use larger storage type for particle & interaction IDs #43

Closed chenel closed 1 year ago

chenel commented 1 year ago

The DUNE 2x2 and ND uses of larcv produce very large Particle and Interaction IDs (the former because an extremely large number of true particles are simulated; the latter because the interaction ID encodes the GENIE file it came from).  In order to store them successfully without wrapping we promote the basic type to be larger.