#include <FCALCalorHit.hh>
Definition at line 42 of file FCALCalorHit.hh.
FCALCalorHit::FCALCalorHit |
( |
| ) |
|
Definition at line 39 of file FCALCalorHit.cc.
41 EdepAbs = 0.; TrackLengthAbs = 0.;
42 EdepGap = 0.; TrackLengthGap = 0.;
FCALCalorHit::~FCALCalorHit |
( |
| ) |
|
Definition at line 52 of file FCALCalorHit.cc.
55 EdepAbs = right.EdepAbs; TrackLengthAbs = right.TrackLengthAbs;
56 EdepGap = right.EdepGap; TrackLengthGap = right.TrackLengthGap;
Definition at line 60 of file FCALCalorHit.hh.
60 {EdepAbs += de; TrackLengthAbs += dl;};
Definition at line 61 of file FCALCalorHit.hh.
61 {EdepGap += de; TrackLengthGap += dl;};
void FCALCalorHit::Draw |
( |
| ) |
|
|
virtual |
void FCALCalorHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 93 of file FCALCalorHit.hh.
G4ThreadLocal G4Allocator< FCALCalorHit > * FCALCalorHitAllocator
void * FCALCalorHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 83 of file FCALCalorHit.hh.
G4ThreadLocal G4Allocator< FCALCalorHit > * FCALCalorHitAllocator
Definition at line 61 of file FCALCalorHit.cc.
63 EdepAbs = right.EdepAbs; TrackLengthAbs = right.TrackLengthAbs;
64 EdepGap = right.EdepGap; TrackLengthGap = right.TrackLengthGap;
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/advanced/lAr_calorimeter/include/FCALCalorHit.hh
- source/geant4.10.03.p03/examples/advanced/lAr_calorimeter/src/FCALCalorHit.cc