Skip to content

Add hitset, module row and column to NtupleDumper

Tobias Bockh requested to merge tboeckh/calypso:debug_missing_hits into master

Added the module row and column and a 24 size bitset, where each bit corresponds to a side of a layer and is 1 if the track has a hit on this layer and 0 otherwise. The bitset is then cast to an unsigned long, so that we only have to write out a single variable.

Merge request reports