MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
Loading...
Searching...
No Matches
DedupStrategy.hpp
Go to the documentation of this file.
1#ifndef DEDUPSTRATEGY_HPP
2#define DEDUPSTRATEGY_HPP
3
21
22#endif
DedupStrategy
How to resolve more than one hit on the same channel within an event.
@ kCLOSEST_TO_FIRST_GRID
Keep the hit whose timestamp is nearest the first grid hit.
@ kDISCARD
Discard the entire event if any anode channel has a repeated hit.
@ kLATEST_TIMESTAMP
Keep the last hit to arrive.
@ kLARGEST_ENERGY
Keep the highest-energy hit.
@ kSMALLEST_ENERGY
Keep the lowest-energy hit.