#include <IORTDetectorHit.hh>
Definition at line 48 of file IORTDetectorHit.hh.
IORTDetectorHit::IORTDetectorHit |
( |
| ) |
|
IORTDetectorHit::~IORTDetectorHit |
( |
| ) |
|
Definition at line 54 of file IORTDetectorHit.cc.
57 xHitID = right.xHitID;
58 zHitID = right.zHitID;
59 yHitID = right.yHitID;
60 energyDeposit = right.energyDeposit;
G4int IORTDetectorHit::GetXID |
( |
| ) |
|
|
inline |
G4int IORTDetectorHit::GetYID |
( |
| ) |
|
|
inline |
G4int IORTDetectorHit::GetZID |
( |
| ) |
|
|
inline |
void IORTDetectorHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 107 of file IORTDetectorHit.hh.
G4Allocator< IORTDetectorHit > IORTDetectorHitAllocator
void * IORTDetectorHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 100 of file IORTDetectorHit.hh.
G4Allocator< IORTDetectorHit > IORTDetectorHitAllocator
Definition at line 63 of file IORTDetectorHit.cc.
65 xHitID = right.xHitID;
66 zHitID = right.zHitID;
67 yHitID = right.yHitID;
68 energyDeposit = right.energyDeposit;
Definition at line 72 of file IORTDetectorHit.cc.
74 return((xHitID==right.xHitID)&&(zHitID==right.zHitID)&&(yHitID==right.yHitID));
The documentation for this class was generated from the following files: