#include <FairMCTrack.h>
|
| FairMCTrack () |
|
| FairMCTrack (Int_t pdgCode, Int_t motherID, Double_t px, Double_t py, Double_t pz, Double_t x, Double_t y, Double_t z, Double_t t, Int_t nPoints) |
|
| FairMCTrack (const FairMCTrack &track) |
|
| FairMCTrack (TParticle *particle) |
|
virtual | ~FairMCTrack () |
|
virtual void | Print (Int_t iTrack) const |
|
Int_t | GetPdgCode () const |
|
Int_t | GetMotherId () const |
|
Double_t | GetPx () const |
|
Double_t | GetPy () const |
|
Double_t | GetPz () const |
|
Double_t | GetStartX () const |
|
Double_t | GetStartY () const |
|
Double_t | GetStartZ () const |
|
Double_t | GetStartT () const |
|
Double_t | GetMass () const |
|
Double_t | GetEnergy () const |
|
Double_t | GetPt () const |
|
Double_t | GetP () const |
|
Double_t | GetRapidity () const |
|
void | GetMomentum (TVector3 &momentum) |
|
void | Get4Momentum (TLorentzVector &momentum) |
|
void | GetStartVertex (TVector3 &vertex) |
|
Int_t | GetNPoints (DetectorId detId) const |
|
void | SetMotherId (Int_t id) |
|
void | SetNPoints (Int_t iDet, Int_t np) |
|
Definition at line 36 of file FairMCTrack.h.
FairMCTrack::FairMCTrack |
( |
| ) |
|
FairMCTrack::FairMCTrack |
( |
Int_t |
pdgCode, |
|
|
Int_t |
motherID, |
|
|
Double_t |
px, |
|
|
Double_t |
py, |
|
|
Double_t |
pz, |
|
|
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z, |
|
|
Double_t |
t, |
|
|
Int_t |
nPoints = 0 |
|
) |
| |
FairMCTrack::FairMCTrack |
( |
TParticle * |
particle | ) |
|
FairMCTrack::~FairMCTrack |
( |
| ) |
|
|
virtual |
void FairMCTrack::Get4Momentum |
( |
TLorentzVector & |
momentum | ) |
|
|
inline |
Double_t FairMCTrack::GetEnergy |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetMass |
( |
| ) |
const |
void FairMCTrack::GetMomentum |
( |
TVector3 & |
momentum | ) |
|
|
inline |
Int_t FairMCTrack::GetMotherId |
( |
| ) |
const |
|
inline |
Int_t FairMCTrack::GetNPoints |
( |
DetectorId |
detId | ) |
const |
Accessors to the number of MCPoints in the detectors
Definition at line 115 of file FairMCTrack.cxx.
Double_t FairMCTrack::GetP |
( |
| ) |
const |
|
inline |
Int_t FairMCTrack::GetPdgCode |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetPt |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetPx |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetPy |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetPz |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetRapidity |
( |
| ) |
const |
Double_t FairMCTrack::GetStartT |
( |
| ) |
const |
|
inline |
void FairMCTrack::GetStartVertex |
( |
TVector3 & |
vertex | ) |
|
|
inline |
Double_t FairMCTrack::GetStartX |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetStartY |
( |
| ) |
const |
|
inline |
Double_t FairMCTrack::GetStartZ |
( |
| ) |
const |
|
inline |
void FairMCTrack::Print |
( |
Int_t |
iTrack | ) |
const |
|
virtual |
void FairMCTrack::SetMotherId |
( |
Int_t |
id | ) |
|
|
inline |
void FairMCTrack::SetNPoints |
( |
Int_t |
iDet, |
|
|
Int_t |
np |
|
) |
| |
The documentation for this class was generated from the following files: