er
dev
|
Public Member Functions | |
ERSensPlanePoint () | |
ERSensPlanePoint (Int_t eventID, Int_t trackID, Int_t mot0trackID, Double_t mass, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss) | |
ERSensPlanePoint (const ERSensPlanePoint &) | |
virtual | ~ERSensPlanePoint () |
ERSensPlanePoint & | operator= (const ERSensPlanePoint &) |
Int_t | GetEventID () const |
Int_t | GetMot0TrackID () const |
Double_t | GetMass () 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 |
void | PositionIn (TVector3 &pos) const |
void | PositionOut (TVector3 &pos) const |
void | MomentumOut (TVector3 &mom) const |
Double_t | GetX (Double_t z) const |
Double_t | GetY (Double_t z) const |
Bool_t | IsUsable () const |
virtual void | Print (const Option_t *opt=0) const |
Protected Attributes | |
Int_t | fEventID |
Int_t | fMot0TrackID |
Double_t | fMass |
Double32_t | fX_out |
Double32_t | fY_out |
Double32_t | fZ_out |
Double32_t | fPx_out |
Double32_t | fPy_out |
Double32_t | fPz_out |
Definition at line 20 of file ERSensPlanePoint.h.
ERSensPlanePoint::ERSensPlanePoint | ( | ) |
Default constructor
Definition at line 18 of file ERSensPlanePoint.cxx.
ERSensPlanePoint::ERSensPlanePoint | ( | Int_t | eventID, |
Int_t | trackID, | ||
Int_t | mot0trackID, | ||
Double_t | mass, | ||
TVector3 | posIn, | ||
TVector3 | posOut, | ||
TVector3 | momIn, | ||
TVector3 | momOut, | ||
Double_t | tof, | ||
Double_t | length, | ||
Double_t | eLoss | ||
) |
Standard constructor
Definition at line 31 of file ERSensPlanePoint.cxx.
ERSensPlanePoint::ERSensPlanePoint | ( | const ERSensPlanePoint & | right | ) |
Copy constructor
Definition at line 55 of file ERSensPlanePoint.cxx.
|
virtual |
Destructor
Definition at line 68 of file ERSensPlanePoint.cxx.
|
inline |
Accessors
Definition at line 49 of file ERSensPlanePoint.h.
Double_t ERSensPlanePoint::GetX | ( | Double_t | z | ) | const |
Point coordinates at given z from linear extrapolation
Definition at line 89 of file ERSensPlanePoint.cxx.
Bool_t ERSensPlanePoint::IsUsable | ( | ) | const |
Check for distance between in and out
Definition at line 108 of file ERSensPlanePoint.cxx.
|
virtual |
Output to screen
Definition at line 74 of file ERSensPlanePoint.cxx.