FairRoot/PandaRoot
|
#include <PndGiBuuTrack.h>
Public Member Functions | |
PndGiBuuTrack () | |
PndGiBuuTrack (Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t vx, Double_t vy, Double_t vz) | |
virtual | ~PndGiBuuTrack () |
Int_t | GetPdgId () |
TVector3 | GetMomentum () |
TVector3 | GetVertex () |
Private Member Functions | |
ClassDef (PndGiBuuTrack, 1) | |
Private Attributes | |
Int_t | fPdg |
TVector3 | fMomentum |
TVector3 | fVertex |
Definition at line 13 of file PndGiBuuTrack.h.
PndGiBuuTrack::PndGiBuuTrack | ( | ) |
Definition at line 12 of file PndGiBuuTrack.cxx.
PndGiBuuTrack::PndGiBuuTrack | ( | Int_t | pdg, |
Double_t | px, | ||
Double_t | py, | ||
Double_t | pz, | ||
Double_t | vx, | ||
Double_t | vy, | ||
Double_t | vz | ||
) |
Definition at line 17 of file PndGiBuuTrack.cxx.
|
inlinevirtual |
Definition at line 17 of file PndGiBuuTrack.h.
|
private |
|
inline |
Definition at line 20 of file PndGiBuuTrack.h.
References fMomentum.
Referenced by PndGiBuuJPsiEE::DecayTrack().
|
inline |
Definition at line 19 of file PndGiBuuTrack.h.
References fPdg.
Referenced by PndGiBuuJPsiEE::DecayTrack().
|
inline |
|
private |
Definition at line 25 of file PndGiBuuTrack.h.
Referenced by GetMomentum().
|
private |
Definition at line 24 of file PndGiBuuTrack.h.
Referenced by GetPdgId().
|
private |
Definition at line 26 of file PndGiBuuTrack.h.
Referenced by GetVertex().