![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eventdisplay/FairTimeStampPointDraw.h>
Inheritance diagram for FairTimeStampPointDraw:
Collaboration diagram for FairTimeStampPointDraw:Public Member Functions | |
| FairTimeStampPointDraw () | |
| FairTimeStampPointDraw (const char *name, Int_t iVerbose=1) | |
| virtual | ~FairTimeStampPointDraw () |
Public Member Functions inherited from FairBoxSetDraw | |
| FairBoxSetDraw () | |
| FairBoxSetDraw (const char *name, Int_t iVerbose=1) | |
| virtual | ~FairBoxSetDraw () |
| virtual Double_t | GetTimeWindowPlus () |
| virtual Double_t | GetTimeWindowMinus () |
| virtual void | SetVerbose (Int_t iVerbose) |
| virtual void | SetBoxDimensions (Double_t x, Double_t y, Double_t z) |
| virtual void | SetTimeWindowMinus (Double_t val) |
| virtual void | SetTimeWindowPlus (Double_t val) |
| virtual void | SetStartTime (Double_t val) |
| virtual void | UseEventTimeAsStartTime (Bool_t val=kTRUE) |
| virtual void | Exec (Option_t *option) |
| FairBoxSet * | CreateBoxSet () |
| void | Reset () |
Public Member Functions inherited from FairTask | |
| FairTask () | |
| FairTask (const char *name, Int_t iVerbose=1) | |
| virtual | ~FairTask () |
| void | InitTask () |
| void | ReInitTask () |
| void | SetParTask () |
| virtual void | FinishTask () |
| virtual void | FinishEvent () |
| void | SetVerbose (Int_t iVerbose) |
| void | SetInputPersistance (Bool_t val) |
| void | CheckInputPersistance (TString branchName) |
Private Member Functions | |
| virtual TVector3 | GetVector (TObject *obj) |
| virtual Int_t | GetValue (TObject *obj, Int_t i) |
| ClassDef (FairTimeStampPointDraw, 1) | |
Additional Inherited Members | |
Protected Member Functions inherited from FairBoxSetDraw | |
| virtual void | SetParContainers () |
| virtual InitStatus | Init () |
| virtual void | Finish () |
| virtual void | AddBoxes (FairBoxSet *set, TObject *obj, Int_t i=0) |
Protected Attributes inherited from FairBoxSetDraw | |
| Int_t | fVerbose |
| TClonesArray * | fList |
| FairEventManager * | fEventManager |
| FairRootManager * | fManager |
| FairBoxSet * | fq |
| Double_t | fX |
| Double_t | fY |
| Double_t | fZ |
| Double_t | fTimeWindowPlus |
| Double_t | fTimeWindowMinus |
| Double_t | fStartTime |
| Bool_t | fUseEventTime |
Definition at line 13 of file FairTimeStampPointDraw.h.
View newest version in sPHENIX GitHub at line 13 of file FairTimeStampPointDraw.h
| FairTimeStampPointDraw::FairTimeStampPointDraw | ( | ) |
Definition at line 14 of file FairTimeStampPointDraw.cxx.
View newest version in sPHENIX GitHub at line 14 of file FairTimeStampPointDraw.cxx
| FairTimeStampPointDraw::FairTimeStampPointDraw | ( | const char * | name, |
| Int_t | iVerbose = 1 |
||
| ) |
Definition at line 21 of file FairTimeStampPointDraw.cxx.
View newest version in sPHENIX GitHub at line 21 of file FairTimeStampPointDraw.cxx
|
virtual |
Definition at line 25 of file FairTimeStampPointDraw.cxx.
View newest version in sPHENIX GitHub at line 25 of file FairTimeStampPointDraw.cxx
|
private |
|
privatevirtual |
Reimplemented from FairBoxSetDraw.
Definition at line 36 of file FairTimeStampPointDraw.cxx.
View newest version in sPHENIX GitHub at line 36 of file FairTimeStampPointDraw.cxx
References FairTimeStamp::GetTimeStamp().
Here is the call graph for this function:
|
privatevirtual |
Implements FairBoxSetDraw.
Definition at line 30 of file FairTimeStampPointDraw.cxx.
View newest version in sPHENIX GitHub at line 30 of file FairTimeStampPointDraw.cxx
References FairMCPoint::GetX(), FairMCPoint::GetY(), and FairMCPoint::GetZ().
Here is the call graph for this function: