1 #ifndef _UTIL_SQHIT__H_
2 #define _UTIL_SQHIT__H_
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
A set of utility functions about SQHit.
std::vector< SQHit * > * FindHitsFast(const SQEvent *evt, const SQHitVector *hit_vec, const std::string det_name)
Fast-extract a set of hits that are of the given detector (det_name).
SQHitVector * FindFirstHits(const SQHitVector *vec_in, const std::string det_name, const bool in_time=false)
Extract a set of first hits that are of the given detector (det_name), where "first" means the earlie...
std::vector< SQHit * > * FindTriggerHitsFast(const SQEvent *evt, const SQHitVector *hit_vec, const std::string det_name)
Fast-extract a set of trigger hits that are of the given detector (det_name).
SQHitVector * FindHits(const SQHitVector *vec_in, const std::string det_name, const bool in_time=false)
Extract a set of hits that are of the given detector (det_name).