FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pnddata
MvdData
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
10
PndMvdRadDamHit::PndMvdRadDamHit
() :
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
29
ClassImp
(
PndMvdRadDamHit
);
pos
TVector3 pos
Definition:
GammaSpectraAnalysis.C:43
PndMvdRadDamHit::PndMvdRadDamHit
PndMvdRadDamHit()
Definition:
PndMvdRadDamHit.cxx:10
mom
Double_t mom
Definition:
plot_dirc.C:14
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
PndMvdRadDamHit.h
ClassImp
ClassImp(PndAnaContFact)
PndMvdRadDamHit
Definition:
PndMvdRadDamHit.h:14
energy
Double_t energy
Definition:
plot_dirc.C:15
Generated on Wed Apr 3 2019 08:43:59 for FairRoot/PandaRoot by
1.8.5