FairRoot/PandaRoot
PndMvdRadDamHit.h
Go to the documentation of this file.
1 /*
2  * PndMvdRadDamHit.h
3  *
4  * Created on: Dec 16, 2008
5  * Author: stockman
6  */
7 
8 #ifndef PNDMVDRADDAMHIT_H_
9 #define PNDMVDRADDAMHIT_H_
10 
11 #include "TObject.h"
12 #include "TVector3.h"
13 #include "FairHit.h"
14 class PndMvdRadDamHit : public FairHit
15 {
16 public:
18  PndMvdRadDamHit(Int_t trackID, Int_t hitID, Int_t detId, Int_t pdgCode, Double_t energy,
19  TVector3 pos, TVector3 mom, Double_t radDam);
20  virtual ~PndMvdRadDamHit(){};
21 
22  void SetRadDam(Double_t radDam){fRadDam = radDam;};
24 
25 private:
26  Int_t fTrackID;
27  Int_t fHitID;
28  Int_t fDetId;
29  Int_t fPdgCode;
31  TVector3 fMom;
33 
34 
36 };
37 
38 
39 #endif /* PNDMVDRADDAMHIT_H_ */
TVector3 pos
virtual ~PndMvdRadDamHit()
ClassDef(PndMvdRadDamHit, 3)
Double_t mom
Definition: plot_dirc.C:14
Double_t
Double_t GetRadDam()
void SetRadDam(Double_t radDam)
Double_t energy
Definition: plot_dirc.C:15