er
dev
|
#include <ERmuSiPoint.h>
Public Member Functions | |
ERmuSiPoint () | |
ERmuSiPoint (Int_t index, 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, Int_t station) | |
ERmuSiPoint (const ERmuSiPoint &) | |
virtual | ~ERmuSiPoint () |
ERmuSiPoint & | operator= (const ERmuSiPoint &) |
Int_t | GetEventID () const |
Int_t | GetMot0TrackID () 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 | GetMass () const |
Int_t | Station () const |
Int_t | Index () const |
void | PositionIn (TVector3 &pos) |
void | PositionOut (TVector3 &pos) |
void | MomentumOut (TVector3 &mom) |
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 |
Definition at line 21 of file ERmuSiPoint.h.
ERmuSiPoint::ERmuSiPoint | ( | ) |
Default constructor
Definition at line 11 of file ERmuSiPoint.cxx.
ERmuSiPoint::ERmuSiPoint | ( | Int_t | index, |
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, | ||
Int_t | station | ||
) |
Constructor with arguments
EventID | Index of Event |
trackID | Index of MCTrack |
mot0trackID | Index of Mother MCTrack |
posIn | Ccoordinates at entrance of point [cm] |
posOut | Coordinates at exit of point [cm] |
momIn | Momentum of track at entrance [GeV] |
momOut | Momentum of track at exit [GeV] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [KeV] |
Definition at line 22 of file ERmuSiPoint.cxx.
ERmuSiPoint::ERmuSiPoint | ( | const ERmuSiPoint & | right | ) |
Copy constructor
Definition at line 43 of file ERmuSiPoint.cxx.
|
virtual |
Destructor
Definition at line 55 of file ERmuSiPoint.cxx.
|
inline |
Accessors
Definition at line 62 of file ERmuSiPoint.h.
Double_t ERmuSiPoint::GetX | ( | Double_t | z | ) | const |
Point coordinates at given z from linear extrapolation
Definition at line 76 of file ERmuSiPoint.cxx.
Bool_t ERmuSiPoint::IsUsable | ( | ) | const |
Check for distance between in and out
Definition at line 100 of file ERmuSiPoint.cxx.
|
virtual |
Output to screen
Definition at line 63 of file ERmuSiPoint.cxx.