#include <CbmPlanePoint.h>
|
| CbmPlanePoint () |
|
| CbmPlanePoint (Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Double_t charge, Double_t mass, Bool_t preflag, Bool_t postflag, TString nam, Int_t eventID) |
|
| CbmPlanePoint (const CbmPlanePoint &point) |
|
virtual | ~CbmPlanePoint () |
|
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 | GetXIn () const |
|
Double_t | GetYIn () const |
|
Double_t | GetZIn () const |
|
Double_t | GetPxIn () const |
|
Double_t | GetPyIn () const |
|
Double_t | GetPzIn () const |
|
Double_t | GetMass () const |
|
Int_t | GetTrackID () const |
|
Int_t | GetEventID () const |
|
Int_t | GetCopyNo () const |
|
Bool_t | GetPreFlag () const |
|
Bool_t | GetPostFlag () const |
|
void | PositionOut (TVector3 &pos) |
|
void | MomentumOut (TVector3 &mom) |
|
TString | GetNam () const |
|
void | SetPositionOut (TVector3 pos) |
|
void | SetMomentumOut (TVector3 mom) |
|
void | SetPositionIn (TVector3 posin) |
|
void | SetMomentumIn (TVector3 momin) |
|
virtual void | Print (const Option_t *opt) const |
|
Definition at line 8 of file CbmPlanePoint.h.
◆ CbmPlanePoint() [1/3]
CbmPlanePoint::CbmPlanePoint |
( |
| ) |
|
◆ CbmPlanePoint() [2/3]
CbmPlanePoint::CbmPlanePoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
posIn, |
|
|
TVector3 |
posOut, |
|
|
TVector3 |
momIn, |
|
|
TVector3 |
momOut, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Double_t |
charge, |
|
|
Double_t |
mass, |
|
|
Bool_t |
preflag, |
|
|
Bool_t |
postflag, |
|
|
TString |
nam, |
|
|
Int_t |
eventID |
|
) |
| |
Constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detID | Detector ID |
posIn | Ccoordinates at entrance to active volume [cm] |
posOut | Coordinates at exit of active volume [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 [GeV] |
◆ CbmPlanePoint() [3/3]
◆ ~CbmPlanePoint()
virtual CbmPlanePoint::~CbmPlanePoint |
( |
| ) |
|
|
virtual |
◆ GetCopyNo()
Int_t CbmPlanePoint::GetCopyNo |
( |
| ) |
const |
|
inline |
◆ GetEventID()
Int_t CbmPlanePoint::GetEventID |
( |
| ) |
const |
|
inline |
◆ GetMass()
Double_t CbmPlanePoint::GetMass |
( |
| ) |
const |
|
inline |
◆ GetNam()
TString CbmPlanePoint::GetNam |
( |
| ) |
const |
|
inline |
◆ GetPostFlag()
Bool_t CbmPlanePoint::GetPostFlag |
( |
| ) |
const |
|
inline |
◆ GetPreFlag()
Bool_t CbmPlanePoint::GetPreFlag |
( |
| ) |
const |
|
inline |
◆ GetPxIn()
Double_t CbmPlanePoint::GetPxIn |
( |
| ) |
const |
|
inline |
◆ GetPxOut()
Double_t CbmPlanePoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPyIn()
Double_t CbmPlanePoint::GetPyIn |
( |
| ) |
const |
|
inline |
◆ GetPyOut()
Double_t CbmPlanePoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPzIn()
Double_t CbmPlanePoint::GetPzIn |
( |
| ) |
const |
|
inline |
◆ GetPzOut()
Double_t CbmPlanePoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetTrackID()
Int_t CbmPlanePoint::GetTrackID |
( |
| ) |
const |
|
inline |
◆ GetXIn()
Double_t CbmPlanePoint::GetXIn |
( |
| ) |
const |
|
inline |
◆ GetXOut()
Double_t CbmPlanePoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetYIn()
Double_t CbmPlanePoint::GetYIn |
( |
| ) |
const |
|
inline |
◆ GetYOut()
Double_t CbmPlanePoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetZIn()
Double_t CbmPlanePoint::GetZIn |
( |
| ) |
const |
|
inline |
◆ GetZOut()
Double_t CbmPlanePoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ MomentumOut()
void CbmPlanePoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionOut()
void CbmPlanePoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print()
virtual void CbmPlanePoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Output to screen
Referenced by GetNam().
◆ SetMomentumIn()
void CbmPlanePoint::SetMomentumIn |
( |
TVector3 |
momin | ) |
|
|
inline |
◆ SetMomentumOut()
void CbmPlanePoint::SetMomentumOut |
( |
TVector3 |
mom | ) |
|
|
inline |
◆ SetPositionIn()
void CbmPlanePoint::SetPositionIn |
( |
TVector3 |
posin | ) |
|
|
inline |
◆ SetPositionOut()
void CbmPlanePoint::SetPositionOut |
( |
TVector3 |
pos | ) |
|
|
inline |
◆ fcharge
Double_t CbmPlanePoint::fcharge |
|
protected |
◆ fCopyNo
Int_t CbmPlanePoint::fCopyNo |
|
protected |
◆ feventID
Int_t CbmPlanePoint::feventID |
|
protected |
◆ fmass
Double_t CbmPlanePoint::fmass |
|
protected |
◆ fPlanenam
TString CbmPlanePoint::fPlanenam |
|
protected |
◆ fpostflag
Bool_t CbmPlanePoint::fpostflag |
|
protected |
◆ fpreflag
Bool_t CbmPlanePoint::fpreflag |
|
protected |
◆ fPx_in
Double32_t CbmPlanePoint::fPx_in |
|
protected |
◆ fPx_out
Double32_t CbmPlanePoint::fPx_out |
|
protected |
◆ fPy_in
Double32_t CbmPlanePoint::fPy_in |
|
protected |
◆ fPy_out
Double32_t CbmPlanePoint::fPy_out |
|
protected |
◆ fPz_in
Double32_t CbmPlanePoint::fPz_in |
|
protected |
◆ fPz_out
Double32_t CbmPlanePoint::fPz_out |
|
protected |
◆ ftrackID
Int_t CbmPlanePoint::ftrackID |
|
protected |
◆ fX_in
Double32_t CbmPlanePoint::fX_in |
|
protected |
◆ fX_out
Double32_t CbmPlanePoint::fX_out |
|
protected |
◆ fY_in
Double32_t CbmPlanePoint::fY_in |
|
protected |
◆ fY_out
Double32_t CbmPlanePoint::fY_out |
|
protected |
◆ fZ_in
Double32_t CbmPlanePoint::fZ_in |
|
protected |
◆ fZ_out
Double32_t CbmPlanePoint::fZ_out |
|
protected |
The documentation for this class was generated from the following file: