Class Reference for E1039 Core & Analysis Software
UtilSQHit.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 UtilSQHit
 A set of utility functions about SQHit.
 

Functions

SQHitVectorUtilSQHit::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). More...
 
SQHitVectorUtilSQHit::FindHits (const SQHitVector *vec_in, const int det_id, const bool in_time=false)
 
SQHitVectorUtilSQHit::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 earliest (i.e. largest TDC time) hit per element. More...
 
SQHitVectorUtilSQHit::FindFirstHits (const SQHitVector *vec_in, const int det_id, const bool in_time=false)
 
std::vector< SQHit * > * UtilSQHit::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). More...
 
std::vector< SQHit * > * UtilSQHit::FindHitsFast (const SQEvent *evt, const SQHitVector *hit_vec, const int det_id)
 Fast-extract a set of hits that are of the given detector (det_id). More...
 
std::vector< SQHit * > * UtilSQHit::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). More...
 
std::vector< SQHit * > * UtilSQHit::FindTriggerHitsFast (const SQEvent *evt, const SQHitVector *hit_vec, const int det_id)
 Fast-extract a set of trigger hits that are of the given detector (det_id). More...