FairRoot/PandaRoot
PndMvdRadDamHit.cxx
Go to the documentation of this file.
1 /*
2  * PndMvdRadDamHit.cxx
3  *
4  * Created on: Dec 16, 2008
5  * Author: stockman
6  */
7 
8 #include "PndMvdRadDamHit.h"
9 
11  fTrackID(0),
12  fHitID(0),
13  fDetId(0),
14  fPdgCode(0),
15  fEnergy(0.),
16  fMom(0.,0.,0.),
17  fRadDam(0.)
18 {
19 }
20 
21 PndMvdRadDamHit::PndMvdRadDamHit(Int_t trackID, Int_t hitID, Int_t detId, Int_t pdgCode, Double_t energy,
22  TVector3 pos, TVector3 mom, Double_t radDam):
23  fTrackID(trackID), fHitID(hitID), fDetId(detId), fPdgCode(pdgCode), fEnergy(energy),
24  fMom(mom), fRadDam(radDam)
25 {
26  SetPosition(pos);
27 }
28 
TVector3 pos
Double_t mom
Definition: plot_dirc.C:14
Double_t
ClassImp(PndAnaContFact)
Double_t energy
Definition: plot_dirc.C:15