er
dev
|
Public Member Functions | |
ERSensPlane () | |
ERSensPlane (const char *name="SENSPLANE", Bool_t active=kTRUE) | |
virtual | ~ERSensPlane () |
void | SetDetectorPosition (Double_t x, Double_t y, Double_t z) |
virtual Bool_t | ProcessHits (FairVolume *vol=0) |
virtual void | BeginEvent () |
virtual void | EndOfEvent () |
virtual void | Register () |
virtual TClonesArray * | GetCollection (Int_t iColl) const |
virtual void | Print (Option_t *option="") const |
virtual void | Reset () |
virtual void | CopyClones (TClonesArray *cl1, TClonesArray *cl2, Int_t offset) |
virtual void | ConstructGeometry () |
virtual void | Initialize () |
virtual Bool_t | CheckIfSensitive (std::string name) |
Private Member Functions | |
ERSensPlanePoint * | AddPoint (Int_t eventID, Int_t trackID, Int_t mot0trackID, Double_t mass, TVector3 posIn, TVector3 pos_out, TVector3 momIn, TVector3 momOut, Double_t time, Double_t length, Double_t eLoss) |
ClassDef (ERSensPlane, 1) | |
Private Attributes | |
TClonesArray * | fPoints |
TGeoCombiTrans * | fPositionRotation |
Definition at line 24 of file ERSensPlane.h.
ERSensPlane::ERSensPlane | ( | ) |
Default constructor
Definition at line 28 of file ERSensPlane.cxx.
ERSensPlane::ERSensPlane | ( | const char * | name = "SENSPLANE" , |
Bool_t | active = kTRUE |
||
) |
Standard constructor
Definition at line 38 of file ERSensPlane.cxx.
|
virtual |
Destructor
Definition at line 48 of file ERSensPlane.cxx.
|
virtual |
event index
track index
0th mother track index
mass
position
momentum
time
length
energy loss
Definition at line 77 of file ERSensPlane.cxx.