FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
PndMvdRadDamHit Class Reference

#include <PndMvdRadDamHit.h>

Inheritance diagram for PndMvdRadDamHit:

Public Member Functions

 PndMvdRadDamHit ()
 
 PndMvdRadDamHit (Int_t trackID, Int_t hitID, Int_t detId, Int_t pdgCode, Double_t energy, TVector3 pos, TVector3 mom, Double_t radDam)
 
virtual ~PndMvdRadDamHit ()
 
void SetRadDam (Double_t radDam)
 
Double_t GetRadDam ()
 

Private Member Functions

 ClassDef (PndMvdRadDamHit, 3)
 

Private Attributes

Int_t fTrackID
 
Int_t fHitID
 
Int_t fDetId
 
Int_t fPdgCode
 
Double_t fEnergy
 
TVector3 fMom
 
Double_t fRadDam
 

Detailed Description

Definition at line 14 of file PndMvdRadDamHit.h.

Constructor & Destructor Documentation

PndMvdRadDamHit::PndMvdRadDamHit ( )

Definition at line 10 of file PndMvdRadDamHit.cxx.

10  :
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 }
PndMvdRadDamHit::PndMvdRadDamHit ( Int_t  trackID,
Int_t  hitID,
Int_t  detId,
Int_t  pdgCode,
Double_t  energy,
TVector3  pos,
TVector3  mom,
Double_t  radDam 
)

Definition at line 21 of file PndMvdRadDamHit.cxx.

22  :
23  fTrackID(trackID), fHitID(hitID), fDetId(detId), fPdgCode(pdgCode), fEnergy(energy),
24  fMom(mom), fRadDam(radDam)
25 {
26  SetPosition(pos);
27 }
TVector3 pos
Double_t mom
Definition: plot_dirc.C:14
Double_t energy
Definition: plot_dirc.C:15
virtual PndMvdRadDamHit::~PndMvdRadDamHit ( )
inlinevirtual

Definition at line 20 of file PndMvdRadDamHit.h.

20 {};

Member Function Documentation

PndMvdRadDamHit::ClassDef ( PndMvdRadDamHit  ,
 
)
private
Double_t PndMvdRadDamHit::GetRadDam ( )
inline

Definition at line 23 of file PndMvdRadDamHit.h.

References fRadDam.

23 {return fRadDam;};
void PndMvdRadDamHit::SetRadDam ( Double_t  radDam)
inline

Definition at line 22 of file PndMvdRadDamHit.h.

References fRadDam.

22 {fRadDam = radDam;};

Member Data Documentation

Int_t PndMvdRadDamHit::fDetId
private

Definition at line 28 of file PndMvdRadDamHit.h.

Double_t PndMvdRadDamHit::fEnergy
private

Definition at line 30 of file PndMvdRadDamHit.h.

Int_t PndMvdRadDamHit::fHitID
private

Definition at line 27 of file PndMvdRadDamHit.h.

TVector3 PndMvdRadDamHit::fMom
private

Definition at line 31 of file PndMvdRadDamHit.h.

Int_t PndMvdRadDamHit::fPdgCode
private

Definition at line 29 of file PndMvdRadDamHit.h.

Double_t PndMvdRadDamHit::fRadDam
private

Definition at line 32 of file PndMvdRadDamHit.h.

Referenced by GetRadDam(), and SetRadDam().

Int_t PndMvdRadDamHit::fTrackID
private

Definition at line 23 of file PndMvdRadDamHit.h.


The documentation for this class was generated from the following files: