![]() |
PandaRoot
|
A structure that defines the three sets of STT hits (inner, mid, outer STT set), that are used to combine triplets. More...
#include <PndApolloniusTriplet.h>
Public Member Functions | |
TripletValues & | operator+= (const TripletValues &right) |
Public Attributes | |
std::vector< PndSttHit * > | fFirstRow |
std::vector< PndSttHit * > | fMidRow |
std::vector< PndSttHit * > | fLastRow |
Friends | |
std::ostream & | operator<< (std::ostream &output, const TripletValues &t) |
A structure that defines the three sets of STT hits (inner, mid, outer STT set), that are used to combine triplets.
Definition at line 205 of file PndApolloniusTriplet.h.
|
inline |
Definition at line 210 of file PndApolloniusTriplet.h.
References fFirstRow, fLastRow, and fMidRow.
|
friend |
Definition at line 219 of file PndApolloniusTriplet.h.
std::vector<PndSttHit *> PndApollonius::TripletValues::fFirstRow |
Definition at line 206 of file PndApolloniusTriplet.h.
Referenced by operator+=().
std::vector<PndSttHit *> PndApollonius::TripletValues::fLastRow |
Definition at line 208 of file PndApolloniusTriplet.h.
Referenced by operator+=().
std::vector<PndSttHit *> PndApollonius::TripletValues::fMidRow |
Definition at line 207 of file PndApolloniusTriplet.h.
Referenced by operator+=().