Go to the source code of this file.
|
SQHitVector * | UtilSQHit::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...
|
|
SQHitVector * | UtilSQHit::FindHits (const SQHitVector *vec_in, const int det_id, const bool in_time=false) |
|
SQHitVector * | UtilSQHit::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...
|
|
SQHitVector * | UtilSQHit::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...
|
|