|
| FairTestDetectorPoint () |
|
| FairTestDetectorPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, TVector3 posOut, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss) |
|
virtual | ~FairTestDetectorPoint () |
|
virtual void | Print (const Option_t *opt) const |
|
Double_t | GetXIn () const |
|
Double_t | GetYIn () const |
|
Double_t | GetZIn () const |
|
Double_t | GetXOut () const |
|
Double_t | GetYOut () const |
|
Double_t | GetZOut () const |
|
Double_t | GetPxOut () const |
|
Double_t | GetPyOut () const |
|
Double_t | GetPzOut () const |
|
Double_t | GetPxIn () const |
|
Double_t | GetPyIn () const |
|
Double_t | GetPzIn () const |
|
void | PositionOut (TVector3 &pos) const |
|
void | MomentumOut (TVector3 &mom) const |
|
| FairMCPoint () |
|
| FairMCPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId=0) |
|
virtual | ~FairMCPoint () |
|
UInt_t | GetEventID () const |
|
Int_t | GetTrackID () const |
| event identifier More...
|
|
Double_t | GetPx () const |
|
Double_t | GetPy () const |
|
Double_t | GetPz () const |
|
Double_t | GetTime () const |
|
Double_t | GetLength () const |
|
Double_t | GetEnergyLoss () const |
|
void | Momentum (TVector3 &mom) const |
|
Int_t | GetDetectorID () const |
|
Double_t | GetX () const |
|
Double_t | GetY () const |
|
Double_t | GetZ () const |
|
void | Position (TVector3 &pos) const |
|
void | SetEventID (UInt_t eventId) |
|
virtual void | SetTrackID (Int_t id) |
|
void | SetTime (Double_t time) |
|
void | SetLength (Double_t length) |
|
void | SetEnergyLoss (Double_t eLoss) |
|
void | SetMomentum (const TVector3 &mom) |
|
void | SetDetectorID (Int_t detID) |
|
void | SetX (Double_t x) |
|
void | SetY (Double_t y) |
|
void | SetZ (Double_t z) |
|
void | SetXYZ (Double_t x, Double_t y, Double_t z) |
|
void | SetPosition (const TVector3 &pos) |
|
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 16 of file FairTestDetectorPoint.h.