#include <F01CalorHit.hh>
Definition at line 45 of file F01CalorHit.hh.
F01CalorHit::F01CalorHit |
( |
| ) |
|
Definition at line 57 of file F01CalorHit.cc.
59 fEdepAbs(right.fEdepAbs),
60 fTrackLengthAbs(right.fTrackLengthAbs),
61 fEdepGap(right.fEdepGap),
62 fTrackLengthGap(right.fTrackLengthGap)
F01CalorHit::~F01CalorHit |
( |
| ) |
|
|
virtual |
Definition at line 63 of file F01CalorHit.hh.
64 {fEdepAbs += de; fTrackLengthAbs += dl;};
Definition at line 65 of file F01CalorHit.hh.
66 {fEdepGap += de; fTrackLengthGap += dl;};
void F01CalorHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 97 of file F01CalorHit.hh.
G4ThreadLocal G4Allocator< F01CalorHit > * F01CalorHitAllocator
void * F01CalorHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 88 of file F01CalorHit.hh.
G4ThreadLocal G4Allocator< F01CalorHit > * F01CalorHitAllocator
Definition at line 67 of file F01CalorHit.cc.
69 fEdepAbs = right.fEdepAbs; fTrackLengthAbs = right.fTrackLengthAbs;
70 fEdepGap = right.fEdepGap; fTrackLengthGap = right.fTrackLengthGap;
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/extended/field/field01/include/F01CalorHit.hh
- source/geant4.10.03.p03/examples/extended/field/field01/src/F01CalorHit.cc