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

represents the reconstructed hit in the emc More...

#include <PndEmcRecoHit.h>

Inheritance diagram for PndEmcRecoHit:

Public Member Functions

 PndEmcRecoHit ()
 
 PndEmcRecoHit (Double_t energy, TVector3 position)
 
virtual ~PndEmcRecoHit ()
 
Double_t GetEnergy () const
 
Double_t GetEnergyCorrected () const
 
TVector3 GetPosition () const
 

Private Attributes

Double_t fEnergy
 
Double_t fEnergyCorrected
 
TVector3 fPosition
 

Detailed Description

represents the reconstructed hit in the emc

Definition at line 23 of file PndEmcRecoHit.h.

Constructor & Destructor Documentation

PndEmcRecoHit::PndEmcRecoHit ( )

Definition at line 37 of file PndEmcRecoHit.cxx.

37  :
38 fEnergy(0), fEnergyCorrected(0), fPosition(0,0,0)
39 {
40 }
Double_t fEnergyCorrected
Definition: PndEmcRecoHit.h:43
Double_t fEnergy
Definition: PndEmcRecoHit.h:42
TVector3 fPosition
Definition: PndEmcRecoHit.h:44
PndEmcRecoHit::PndEmcRecoHit ( Double_t  energy,
TVector3  position 
)

Definition at line 42 of file PndEmcRecoHit.cxx.

42  :
43  fEnergy(energy),
45  fPosition(position)
46 {
47 }
Double_t fEnergyCorrected
Definition: PndEmcRecoHit.h:43
Double_t fEnergy
Definition: PndEmcRecoHit.h:42
TVector3 fPosition
Definition: PndEmcRecoHit.h:44
Double_t energy
Definition: plot_dirc.C:15
PndEmcRecoHit::~PndEmcRecoHit ( )
virtual

Definition at line 49 of file PndEmcRecoHit.cxx.

50 {
51 }

Member Function Documentation

Double_t PndEmcRecoHit::GetEnergy ( ) const

Definition at line 58 of file PndEmcRecoHit.cxx.

References fEnergy.

59 {
60  return fEnergy;
61 }
Double_t fEnergy
Definition: PndEmcRecoHit.h:42
Double_t PndEmcRecoHit::GetEnergyCorrected ( ) const

Definition at line 64 of file PndEmcRecoHit.cxx.

References fEnergyCorrected.

65 {
66  return fEnergyCorrected;
67 }
Double_t fEnergyCorrected
Definition: PndEmcRecoHit.h:43
TVector3 PndEmcRecoHit::GetPosition ( ) const

Definition at line 70 of file PndEmcRecoHit.cxx.

References fPosition.

71 {
72  return fPosition;
73 }
TVector3 fPosition
Definition: PndEmcRecoHit.h:44

Member Data Documentation

Double_t PndEmcRecoHit::fEnergy
private

Definition at line 42 of file PndEmcRecoHit.h.

Referenced by GetEnergy().

Double_t PndEmcRecoHit::fEnergyCorrected
private

Definition at line 43 of file PndEmcRecoHit.h.

Referenced by GetEnergyCorrected().

TVector3 PndEmcRecoHit::fPosition
private

Definition at line 44 of file PndEmcRecoHit.h.

Referenced by GetPosition().


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