|
Class Reference for E1039 Core & Analysis Software
|
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 | |
| SQHitVector * | UtilSQHit::FindHits (const SQHitVector *vec_in, const std::string det_name) |
| 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) |
| SQHitVector * | UtilSQHit::FindFirstHits (const SQHitVector *vec_in, const std::string det_name) |
| 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) |