20 #ifndef PNDTRACKERS_PNDPATTERNMATCHER_PNDPATTERN_H_ 21 #define PNDTRACKERS_PNDPATTERNMATCHER_PNDPATTERN_H_ 36 void AddMomentum(TVector3 momentum) { fmomenta.push_back(momentum); }
37 void AddMomenta(std::vector<TVector3> momenta);
38 void AddTubeID(
int tubeID) { ftubeIDs.insert(tubeID); }
39 void SetTubeIDs(std::set<int> tubeIDs) { ftubeIDs = tubeIDs; }
47 std::vector<TVector3>
GetMomenta()
const {
return fmomenta; }
50 std::set<int> ftubeIDs;
54 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)