|
| MyDigi () |
|
| MyDigi (Int_t x, Int_t y, Int_t z, Double_t timeStamp, Double_t timeStampError=0.0) |
|
virtual | ~MyDigi () |
|
void | SetXYZ (Int_t x, Int_t y, Int_t z) |
|
void | SetX (Int_t x) |
|
void | SetY (Int_t y) |
|
void | SetZ (Int_t z) |
|
Int_t | GetX () const |
|
Int_t | GetY () const |
|
Int_t | GetZ () const |
|
virtual bool | equal (FairTimeStamp *data) |
|
virtual bool | operator< (const MyDigi &myDigi) const |
|
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 | 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 32 of file MyDigi.h.