#include <PndMdtPoint.h>
|
| | PndMdtPoint () |
| |
| | PndMdtPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, TVector3 pos_in, TVector3 mom_in) |
| |
| virtual | ~PndMdtPoint () |
| |
| TVector3 | GetPosIn () const |
| |
| TVector3 | GetMomIn () const |
| |
| TVector3 | GetPosOut () const |
| |
| TVector3 | GetMomOut () const |
| |
| Short_t | GetModule () const |
| |
| Short_t | GetSector () const |
| |
| Short_t | GetLayerID () const |
| |
| Short_t | GetBox () const |
| |
| Short_t | GetWire () const |
| |
| virtual void | Print (const Option_t *opt) const |
| |
| | PndMCPoint () |
| |
| virtual | ~PndMCPoint () |
| |
| | PndMCPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 posOut, TVector3 mom, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId=0) |
| |
| Double_t | GetXOut () const |
| |
| Double_t | GetYOut () const |
| |
| Double_t | GetZOut () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| TVector3 | GetPosition () const |
| |
| TVector3 | GetPositionOut () const |
| |
| TVector3 | GetMeanPosition () const |
| |
| void | PositionOut (TVector3 &pos) const |
| |
| TVector3 | GetMomentum () const |
| |
| TVector3 | GetMomentumOut () const |
| |
| void | MomentumOut (TVector3 &mom) const |
| |
| void | SetPositionOut (TVector3 pos) |
| |
| void | SetMomentumOut (TVector3 mom) |
| |
Definition at line 11 of file PndMdtPoint.h.
◆ PndMdtPoint() [1/2]
| PndMdtPoint::PndMdtPoint |
( |
| ) |
|
◆ PndMdtPoint() [2/2]
| PndMdtPoint::PndMdtPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
TVector3 |
pos_in, |
|
|
TVector3 |
mom_in |
|
) |
| |
Constructor with arguments
- Parameters
-
| Int_t | fEventID The ID of the event |
| Int_t | fTrackID The ID of the track |
| Int_t | fDetectorID The ID of the detector |
| TVector3 | fPosIn The position of the hit [cm] at the exitentrance point |
| TVector3 | fMomIn The momentum of the particle giving the hit [GeV] at the exitentrance point |
| TVector3 | fPos The position of the hit [cm] at the exit point |
| TVector3 | fMom The momentum of the particle giving the hit [GeV] at the exit point |
| Double_t | fELoss contains the total energy at the layer [GeV] because it is omitted in parsInitializing constructor - see the above order |
◆ ~PndMdtPoint()
| virtual PndMdtPoint::~PndMdtPoint |
( |
| ) |
|
|
virtual |
Copy constructor Destructor
◆ GetBox()
| Short_t PndMdtPoint::GetBox |
( |
| ) |
const |
|
inline |
◆ GetLayerID()
| Short_t PndMdtPoint::GetLayerID |
( |
| ) |
const |
|
inline |
◆ GetModule()
| Short_t PndMdtPoint::GetModule |
( |
| ) |
const |
|
inline |
◆ GetMomIn()
| TVector3 PndMdtPoint::GetMomIn |
( |
| ) |
const |
|
inline |
◆ GetMomOut()
| TVector3 PndMdtPoint::GetMomOut |
( |
| ) |
const |
|
inline |
◆ GetPosIn()
| TVector3 PndMdtPoint::GetPosIn |
( |
| ) |
const |
|
inline |
◆ GetPosOut()
| TVector3 PndMdtPoint::GetPosOut |
( |
| ) |
const |
|
inline |
◆ GetSector()
| Short_t PndMdtPoint::GetSector |
( |
| ) |
const |
|
inline |
◆ GetWire()
| Short_t PndMdtPoint::GetWire |
( |
| ) |
const |
|
inline |
◆ Print()
| virtual void PndMdtPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Modifiers Output to screen
Referenced by GetWire().
The documentation for this class was generated from the following file: