Geant4
10.02.p01
|
#include <F03CalorHit.hh>
Public Member Functions | |
F03CalorHit () | |
F03CalorHit (const F03CalorHit &) | |
virtual | ~F03CalorHit () |
const F03CalorHit & | operator= (const F03CalorHit &) |
G4int | operator== (const F03CalorHit &) 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 () |
G4int | 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 45 of file F03CalorHit.hh.
F03CalorHit::F03CalorHit | ( | ) |
Definition at line 42 of file F03CalorHit.cc.
F03CalorHit::F03CalorHit | ( | const F03CalorHit & | right | ) |
Definition at line 57 of file F03CalorHit.cc.
|
virtual |
Definition at line 52 of file F03CalorHit.cc.
Definition at line 63 of file F03CalorHit.hh.
References fEdepAbs, and fTrackLengthAbs.
Referenced by F03CalorimeterSD::ProcessHits().
Definition at line 65 of file F03CalorHit.hh.
References fEdepGap, and fTrackLengthGap.
|
inline |
Definition at line 68 of file F03CalorHit.hh.
References fEdepAbs.
|
inline |
Definition at line 70 of file F03CalorHit.hh.
References fEdepGap.
|
inline |
Definition at line 69 of file F03CalorHit.hh.
References fTrackLengthAbs.
|
inline |
Definition at line 71 of file F03CalorHit.hh.
References fTrackLengthGap.
|
inline |
Definition at line 97 of file F03CalorHit.hh.
References F03CalorHitAllocator.
|
inline |
Definition at line 88 of file F03CalorHit.hh.
References F03CalorHitAllocator.
const F03CalorHit & F03CalorHit::operator= | ( | const F03CalorHit & | right | ) |
Definition at line 67 of file F03CalorHit.cc.
References fEdepAbs, fEdepGap, fTrackLengthAbs, and fTrackLengthGap.
G4int F03CalorHit::operator== | ( | const F03CalorHit & | right | ) | const |
Definition at line 76 of file F03CalorHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 83 of file F03CalorHit.cc.
|
private |
Definition at line 71 of file F03CalorHit.hh.
Referenced by AddAbs(), GetEdepAbs(), and operator=().
|
private |
Definition at line 76 of file F03CalorHit.hh.
Referenced by AddGap(), GetEdepGap(), and operator=().
|
private |
Definition at line 71 of file F03CalorHit.hh.
Referenced by AddAbs(), GetTrackAbs(), and operator=().
|
private |
Definition at line 76 of file F03CalorHit.hh.
Referenced by AddGap(), GetTrackGap(), and operator=().