|
| PixelTrack () |
|
| PixelTrack (Double_t x0, Double_t ax, Double_t y0, Double_t ay, Double_t x0e, Double_t axe, Double_t y0e, Double_t aye) |
|
void | SetX0 (Double_t x0) |
|
void | SetAX (Double_t ax) |
|
void | SetY0 (Double_t y0) |
|
void | SetAY (Double_t ay) |
|
void | SetX0Err (Double_t x0e) |
|
void | SetAXErr (Double_t axe) |
|
void | SetY0Err (Double_t y0e) |
|
void | SetAYERr (Double_t aye) |
|
Double_t | GetX0 () |
|
Double_t | GetAX () |
|
Double_t | GetY0 () |
|
Double_t | GetAY () |
|
Double_t | GetX0Err () |
|
Double_t | GetAXErr () |
|
Double_t | GetY0Err () |
|
Double_t | GetAYErr () |
|
void | AddHitIndex (Int_t hitIndex) |
|
Int_t | GetNofHits () |
|
Int_t | GetHitIndex (Int_t ihit) |
|
virtual | ~PixelTrack () |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int) |
|
| FairTimeStamp () |
|
| FairTimeStamp (Double_t time) |
|
| FairTimeStamp (Double_t time, Double_t timeerror) |
|
virtual | ~FairTimeStamp () |
|
Double_t | GetTimeStamp () const |
|
Double_t | GetTimeStampError () const |
|
void | SetTimeStamp (Double_t t) |
|
void | SetTimeStampError (Double_t t) |
|
virtual Int_t | Compare (const TObject *obj) const |
|
virtual std::ostream & | PrintTimeInfo (std::ostream &out=std::cout) const |
|
virtual Bool_t | IsSortable () const |
|
virtual bool | equal (FairTimeStamp *data) |
|
virtual bool | operator< (const FairTimeStamp *rValue) const |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int) |
|
| FairMultiLinkedData_Interface ()=default |
| Default constructor. More...
|
|
| FairMultiLinkedData_Interface (FairMultiLinkedData &links, Bool_t persistanceCheck=kTRUE) |
| Constructor. More...
|
|
| FairMultiLinkedData_Interface (TString dataType, std::vector< Int_t > links, Int_t fileId=-1, Int_t evtId=-1, Bool_t persistanceCheck=kTRUE, Bool_t bypass=kFALSE, Float_t mult=1.0) |
| Constructor. More...
|
|
| FairMultiLinkedData_Interface (Int_t dataType, std::vector< Int_t > links, Int_t fileId=-1, Int_t evtId=-1, Bool_t persistanceCheck=kTRUE, Bool_t bypass=kFALSE, Float_t mult=1.0) |
| Constructor. More...
|
|
| FairMultiLinkedData_Interface (const FairMultiLinkedData_Interface &toCopy) |
|
| ~FairMultiLinkedData_Interface ()=default |
|
FairMultiLinkedData_Interface & | operator= (const FairMultiLinkedData_Interface &rhs) |
|
std::set< FairLink > | GetLinks () const |
| returns stored links as FairLinks More...
|
|
Int_t | GetNLinks () const |
| returns the number of stored links More...
|
|
FairLink | GetLink (Int_t pos) const |
| returns the FairLink at the given position More...
|
|
FairMultiLinkedData | GetLinksWithType (Int_t type) const |
| returns all FairLinks with the corresponding type More...
|
|
FairLink | GetEntryNr () const |
|
FairMultiLinkedData * | GetPointerToLinks () const |
| returns non-owning pointer More...
|
|
std::vector< FairLink > | GetSortedMCTracks () |
|
void | SetLinks (FairMultiLinkedData links) |
| Sets the links as vector of FairLink. More...
|
|
void | SetLink (FairLink link) |
| Sets the Links with a single FairLink. More...
|
|
void | SetInsertHistory (Bool_t val) |
|
void | SetEntryNr (FairLink val) |
|
void | SetPointerToLinks (FairMultiLinkedData *links) |
|
void | SetPointerToLinks (std::unique_ptr< FairMultiLinkedData > links) |
|
void | AddLinks (FairMultiLinkedData links, Float_t mult=1.0) |
| Adds a List of FairLinks (FairMultiLinkedData_Interface) to fLinks. More...
|
|
void | AddLink (FairLink link) |
|
void | AddInterfaceData (FairMultiLinkedData_Interface *data) |
|
void | ResetLinks () |
|
std::ostream & | PrintLinkInfo (std::ostream &out=std::cout) const |
| Output. More...
|
|
Definition at line 30 of file PixelTrack.h.