8 #ifndef PNDTRACKERS_PNDPATTERNMATCHER_PNDPATTERN_H_ 9 #define PNDTRACKERS_PNDPATTERNMATCHER_PNDPATTERN_H_ 24 void AddMomentum(TVector3 momentum) { fmomenta.push_back(momentum); }
25 void AddMomenta(std::vector<TVector3> momenta);
26 void AddTubeID(
int tubeID) { ftubeIDs.insert(tubeID); }
27 void SetTubeIDs(std::set<int> tubeIDs) { ftubeIDs = tubeIDs; }
35 std::vector<TVector3>
GetMomenta()
const {
return fmomenta; }
38 std::set<int> ftubeIDs;
42 std::vector<TVector3> fmomenta;
void SetPatternCount(int count)
void SetTubeIDs(std::set< int > tubeIDs)
std::set< int > GetTubeIDs() const
void SetSectorID(int sectorID)
void AddMomentum(TVector3 momentum)
void AddTubeID(int tubeID)
std::vector< TVector3 > GetMomenta() const
short GetSectorID() const
void AddMomenta(std::vector< TVector3 > momenta)