PandaRoot
PndGiBuuTrack Class Reference

#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 ()
 

Detailed Description

Definition at line 13 of file PndGiBuuTrack.h.

Constructor & Destructor Documentation

◆ PndGiBuuTrack() [1/2]

PndGiBuuTrack::PndGiBuuTrack ( )

◆ PndGiBuuTrack() [2/2]

PndGiBuuTrack::PndGiBuuTrack ( Int_t  pdg,
Double_t  px,
Double_t  py,
Double_t  pz,
Double_t  vx,
Double_t  vy,
Double_t  vz 
)

◆ ~PndGiBuuTrack()

virtual PndGiBuuTrack::~PndGiBuuTrack ( )
inlinevirtual

Definition at line 17 of file PndGiBuuTrack.h.

17 {};

Member Function Documentation

◆ GetMomentum()

TVector3 PndGiBuuTrack::GetMomentum ( )
inline

Definition at line 20 of file PndGiBuuTrack.h.

20 { return fMomentum; }

◆ GetPdgId()

Int_t PndGiBuuTrack::GetPdgId ( )
inline

Definition at line 19 of file PndGiBuuTrack.h.

19 { return fPdg; }

◆ GetVertex()

TVector3 PndGiBuuTrack::GetVertex ( )
inline

Definition at line 21 of file PndGiBuuTrack.h.

21 { return fVertex; }

The documentation for this class was generated from the following file: