We are missing some definition of multi-hits. I think previously we had suggested DetectorHitMultiplicity as a field entry.
I suggest a 1xn field of ints to store the hit multiplicity (number of hits per pulse).
The EPOS method is to have [hit multiplicity] as the first hit, followed by a number of zeros equal to
[hit multiplicity]-1:
[1 1 1 2 0 1 1 3 0 0 1 1]
Alternatively we could not include the zeros, like so:
[1 1 1 2 2 1 1 3 3 3 1 1]
While in theory it is possible to derive this directly from the pulse number of the hit, however, as most of this data will be 1's or 2's, it will be highly compressible within the HDF file and it will avoid users having to calculate it them selves.
Thoughts?
I think the geometry definition isn't well defined at the moment, does anyone have example on how one should determine this in practice? I think that would be helpful to drive the standard.
Andy