ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/field/field01/include/F01CalorHit.hh>
Public Member Functions | |
F01CalorHit () | |
F01CalorHit (const F01CalorHit &) | |
virtual | ~F01CalorHit () |
const F01CalorHit & | operator= (const F01CalorHit &) |
G4bool | operator== (const F01CalorHit &) const |
void * | operator 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 |
Definition at line 44 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 44 of file F01CalorHit.hh
F01CalorHit::F01CalorHit | ( | ) |
Definition at line 41 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 41 of file F01CalorHit.cc
F01CalorHit::F01CalorHit | ( | const F01CalorHit & | right | ) |
Definition at line 56 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 56 of file F01CalorHit.cc
|
virtual |
Definition at line 51 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 51 of file F01CalorHit.cc
Definition at line 62 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 62 of file F01CalorHit.hh
References fEdepAbs, and fTrackLengthAbs.
Referenced by F01CalorimeterSD::ProcessHits().
Definition at line 64 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 64 of file F01CalorHit.hh
References fEdepGap, and fTrackLengthGap.
|
inline |
Definition at line 67 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 67 of file F01CalorHit.hh
References fEdepAbs.
|
inline |
Definition at line 69 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 69 of file F01CalorHit.hh
References fEdepGap.
|
inline |
Definition at line 68 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 68 of file F01CalorHit.hh
References fTrackLengthAbs.
|
inline |
Definition at line 70 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 70 of file F01CalorHit.hh
References fTrackLengthGap.
Definition at line 96 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 96 of file F01CalorHit.hh
References F01CalorHitAllocator.
|
inline |
Definition at line 87 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 87 of file F01CalorHit.hh
References F01CalorHitAllocator.
const F01CalorHit & F01CalorHit::operator= | ( | const F01CalorHit & | right | ) |
Definition at line 66 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 66 of file F01CalorHit.cc
References fEdepAbs, fEdepGap, fTrackLengthAbs, and fTrackLengthGap.
G4bool F01CalorHit::operator== | ( | const F01CalorHit & | right | ) | const |
Definition at line 75 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 75 of file F01CalorHit.cc
Reimplemented from G4VHit.
Definition at line 82 of file F01CalorHit.cc.
View newest version in sPHENIX GitHub at line 82 of file F01CalorHit.cc
|
private |
Definition at line 70 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 70 of file F01CalorHit.hh
Referenced by AddAbs(), GetEdepAbs(), and operator=().
|
private |
Definition at line 75 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 75 of file F01CalorHit.hh
Referenced by AddGap(), GetEdepGap(), and operator=().
|
private |
Definition at line 70 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 70 of file F01CalorHit.hh
Referenced by AddAbs(), GetTrackAbs(), and operator=().
|
private |
Definition at line 75 of file F01CalorHit.hh.
View newest version in sPHENIX GitHub at line 75 of file F01CalorHit.hh
Referenced by AddGap(), GetTrackGap(), and operator=().