ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
F03CalorHit Class Reference

#include <geant4/tree/geant4-10.6-release/examples/extended/field/field03/include/F03CalorHit.hh>

+ Inheritance diagram for F03CalorHit:
+ Collaboration diagram for F03CalorHit:

Public Member Functions

 F03CalorHit ()
 
 F03CalorHit (const F03CalorHit &)
 
virtual ~F03CalorHit ()
 
const F03CalorHitoperator= (const F03CalorHit &)
 
G4bool operator== (const F03CalorHit &) const
 
voidoperator new (size_t)
 
void operator delete (void *)
 
virtual void Print ()
 
void AddAbs (G4double de, G4double dl)
 
void AddGap (G4double de, G4double dl)
 
G4double GetEdepAbs ()
 
G4double GetTrackAbs ()
 
G4double GetEdepGap ()
 
G4double GetTrackGap ()
 
- Public Member Functions inherited from G4VHit
 G4VHit ()
 
virtual ~G4VHit ()
 
G4bool operator== (const G4VHit &right) const
 
virtual void Draw ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private Attributes

G4double fEdepAbs
 
G4double fTrackLengthAbs
 
G4double fEdepGap
 
G4double fTrackLengthGap
 

Detailed Description

Definition at line 44 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 44 of file F03CalorHit.hh

Constructor & Destructor Documentation

F03CalorHit::F03CalorHit ( )

Definition at line 41 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 41 of file F03CalorHit.cc

F03CalorHit::F03CalorHit ( const F03CalorHit right)

Definition at line 56 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 56 of file F03CalorHit.cc

F03CalorHit::~F03CalorHit ( )
virtual

Definition at line 51 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 51 of file F03CalorHit.cc

Member Function Documentation

void F03CalorHit::AddAbs ( G4double  de,
G4double  dl 
)
inline

Definition at line 62 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 62 of file F03CalorHit.hh

References fEdepAbs, and fTrackLengthAbs.

Referenced by F03CalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void F03CalorHit::AddGap ( G4double  de,
G4double  dl 
)
inline

Definition at line 64 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 64 of file F03CalorHit.hh

References fEdepGap, and fTrackLengthGap.

G4double F03CalorHit::GetEdepAbs ( )
inline

Definition at line 67 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 67 of file F03CalorHit.hh

References fEdepAbs.

G4double F03CalorHit::GetEdepGap ( )
inline

Definition at line 69 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 69 of file F03CalorHit.hh

References fEdepGap.

G4double F03CalorHit::GetTrackAbs ( )
inline

Definition at line 68 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 68 of file F03CalorHit.hh

References fTrackLengthAbs.

G4double F03CalorHit::GetTrackGap ( )
inline

Definition at line 70 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 70 of file F03CalorHit.hh

References fTrackLengthGap.

void F03CalorHit::operator delete ( void aHit)
inline

Definition at line 96 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 96 of file F03CalorHit.hh

References F03CalorHitAllocator.

void * F03CalorHit::operator new ( size_t  )
inline

Definition at line 87 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 87 of file F03CalorHit.hh

References F03CalorHitAllocator.

const F03CalorHit & F03CalorHit::operator= ( const F03CalorHit right)

Definition at line 66 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 66 of file F03CalorHit.cc

References fEdepAbs, fEdepGap, fTrackLengthAbs, and fTrackLengthGap.

G4bool F03CalorHit::operator== ( const F03CalorHit right) const

Definition at line 75 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 75 of file F03CalorHit.cc

void F03CalorHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 82 of file F03CalorHit.cc.

View newest version in sPHENIX GitHub at line 82 of file F03CalorHit.cc

Member Data Documentation

G4double F03CalorHit::fEdepAbs
private

Definition at line 70 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 70 of file F03CalorHit.hh

Referenced by AddAbs(), GetEdepAbs(), and operator=().

G4double F03CalorHit::fEdepGap
private

Definition at line 75 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 75 of file F03CalorHit.hh

Referenced by AddGap(), GetEdepGap(), and operator=().

G4double F03CalorHit::fTrackLengthAbs
private

Definition at line 70 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 70 of file F03CalorHit.hh

Referenced by AddAbs(), GetTrackAbs(), and operator=().

G4double F03CalorHit::fTrackLengthGap
private

Definition at line 75 of file F03CalorHit.hh.

View newest version in sPHENIX GitHub at line 75 of file F03CalorHit.hh

Referenced by AddGap(), GetTrackGap(), and operator=().


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