#include <PndTrackCollection.h>
Definition at line 17 of file PndTrackCollection.h.
◆ PndTrackCollection()
PndTrackCollection::PndTrackCollection |
( |
| ) |
|
◆ ~PndTrackCollection()
virtual PndTrackCollection::~PndTrackCollection |
( |
| ) |
|
|
virtual |
◆ add()
◆ addHit()
void PndTrackCollection::addHit |
( |
PndFtsHit * |
h | ) |
|
|
inline |
◆ getCurrLine()
PndLine PndTrackCollection::getCurrLine |
( |
| ) |
|
|
inline |
◆ getDistTo()
Double_t PndTrackCollection::getDistTo |
( |
PndLine |
l, |
|
|
Int_t |
layer |
|
) |
| |
◆ getHits()
vector<PndFtsHit *> PndTrackCollection::getHits |
( |
| ) |
|
|
inline |
Definition at line 26 of file PndTrackCollection.h.
References i.
28 vector<PndFtsHit *> result;
29 for (
size_t i = 0;
i < fLines->size();
i++) {
30 for (
size_t j = 0; j < (*fLines)[
i].getHits().size(); j++) {
31 result.push_back((*fLines)[
i].
getHits()[j]);
vector< PndFtsHit * > getHits()
◆ getLastLine()
PndLine PndTrackCollection::getLastLine |
( |
| ) |
|
|
inline |
◆ getLines()
◆ getPndTrack()
◆ fHits
vector<PndFtsHit *> PndTrackCollection::fHits |
The documentation for this class was generated from the following file: