#include <F03CalorHit.hh>
Definition at line 45 of file F03CalorHit.hh.
F03CalorHit::F03CalorHit |
( |
| ) |
|
Definition at line 57 of file F03CalorHit.cc.
59 fEdepAbs(right.fEdepAbs),
60 fTrackLengthAbs(right.fTrackLengthAbs),
61 fEdepGap(right.fEdepGap),
62 fTrackLengthGap(right.fTrackLengthGap)
F03CalorHit::~F03CalorHit |
( |
| ) |
|
|
virtual |
Definition at line 63 of file F03CalorHit.hh.
64 {fEdepAbs += de; fTrackLengthAbs += dl;};
Definition at line 65 of file F03CalorHit.hh.
66 {fEdepGap += de; fTrackLengthGap += dl;};
void F03CalorHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 97 of file F03CalorHit.hh.
G4ThreadLocal G4Allocator< F03CalorHit > * F03CalorHitAllocator
void * F03CalorHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 88 of file F03CalorHit.hh.
G4ThreadLocal G4Allocator< F03CalorHit > * F03CalorHitAllocator
Definition at line 67 of file F03CalorHit.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/field03/include/F03CalorHit.hh
- source/geant4.10.03.p03/examples/extended/field/field03/src/F03CalorHit.cc