Class Reference for E1039 Core & Analysis Software
|
Go to the source code of this file.
Namespaces | |
UtilTrack | |
Functions | |
SQTrack * | UtilTrack::FindTrackByID (const SQTrackVector *vec, const int id_trk, const bool do_assert=false) |
Find a track by track ID in the given track list. More... | |
SQHitVector * | UtilTrack::FindHitsOfTrack (const SQHitVector *vec_in, const int id_trk) |
Find all hits associated with the given track. More... | |
SQHitVector * | UtilTrack::FindDetectorHitsOfTrack (const SQHitVector *vec_in, const int id_trk, const std::string det_name) |
Find track-associated hits whose detector name starts with 'det_name'. More... | |
SQHitVector * | UtilTrack::FindDetectorHitsOfTrack (const SQHitVector *vec_in, const int id_trk, const char *det_name) |
Find track-associated hits whose detector name starts with 'det_name'. More... | |
SQHitVector * | UtilTrack::FindHodoHitsOfTrack (const SQHitVector *vec_in, const int id_trk) |
Find all hodoscope hits hits associated with the given track. More... | |