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 
28  ClassDef(PndGiBuuTrack, 1);
29 };
30 
31 #endif /* PNDGIBUUTRACK_H_ */
Int_t GetPdgId()
Definition: PndGiBuuTrack.h:19
TVector3 GetVertex()
Definition: PndGiBuuTrack.h:21
virtual ~PndGiBuuTrack()
Definition: PndGiBuuTrack.h:17
TVector3 GetMomentum()
Definition: PndGiBuuTrack.h:20
double pz[39]
Definition: pipisigmas.h:13