#include <PndCATracks.h>
Definition at line 88 of file PndCATracks.h.
◆ PndCATracks()
◆ Hit()
const PndCAHit& PndCATracks::Hit |
( |
int |
iH, |
|
|
int |
iT |
|
) |
| const |
|
inline |
Definition at line 92 of file PndCATracks.h.
92 {
return (*fHitsRef)[(*this)[iT].IHits()[iH]]; }
◆ HitsRef()
◆ SelectAndSaveTracks()
void PndCATracks::SelectAndSaveTracks |
( |
PndCATracks & |
tracks | ) |
|
|
inline |
Definition at line 103 of file PndCATracks.h.
References PndCATrack::Compare(), PndCATrack::NUsedHits(), and PndCATrack::SetHitsAsUsed().
105 vector<PndCATrack *> vptrackcandidate;
106 vptrackcandidate.resize(size());
108 for (
unsigned int iC = 0; iC < size(); ++iC) {
109 vptrackcandidate[iC] = &((*this)[iC]);
114 for (vector<PndCATrack *>::iterator trIt = vptrackcandidate.begin(); trIt != vptrackcandidate.end(); ++trIt) {
122 tracks.push_back(*tr);
void SetHitsAsUsed(PndCAHits &hits) const
static bool Compare(const PndCATrack *a, const PndCATrack *b)
int NUsedHits(const PndCAHits &hits) const
The documentation for this class was generated from the following file: