FairRoot/PandaRoot
PndGiBuuTrack.h
Go to the documentation of this file.
1 /*
2  * PndGiBuuTrack.h
3  *
4  * Created on: Aug 7, 2012
5  * Author: stockman
6  */
7 
8 #ifndef PNDGIBUUTRACK_H_
9 #define PNDGIBUUTRACK_H_
10 
11 #include "TVector3.h"
12 
14 public:
15  PndGiBuuTrack();
16  PndGiBuuTrack(Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t vx, Double_t vy, Double_t vz);
17  virtual ~PndGiBuuTrack(){};
18 
19  Int_t GetPdgId(){ return fPdg; }
20  TVector3 GetMomentum() { return fMomentum; }
21  TVector3 GetVertex() { return fVertex; }
22 
23 private:
24  Int_t fPdg;
25  TVector3 fMomentum;
26  TVector3 fVertex;
27 
29 };
30 
31 #endif /* PNDGIBUUTRACK_H_ */
TVector3 fVertex
Definition: PndGiBuuTrack.h:26
Int_t GetPdgId()
Definition: PndGiBuuTrack.h:19
TVector3 fMomentum
Definition: PndGiBuuTrack.h:25
TVector3 GetVertex()
Definition: PndGiBuuTrack.h:21
Double_t
virtual ~PndGiBuuTrack()
Definition: PndGiBuuTrack.h:17
TVector3 GetMomentum()
Definition: PndGiBuuTrack.h:20
ClassDef(PndGiBuuTrack, 1)
double pz[39]
Definition: pipisigmas.h:14