Geant4
10.01.p02
|
#include <IORTDetectorHit.hh>
Public Member Functions | |
IORTDetectorHit () | |
~IORTDetectorHit () | |
IORTDetectorHit (const IORTDetectorHit &right) | |
const IORTDetectorHit & | operator= (const IORTDetectorHit &right) |
int | operator== (const IORTDetectorHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
G4int | GetXID () |
G4int | GetZID () |
G4int | GetYID () |
G4double | GetEdep () |
void | SetEdepAndPosition (G4int xx, G4int yy, G4int zz, G4double eDep) |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
virtual void | Draw () |
virtual void | Print () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4int | xHitID |
G4int | zHitID |
G4int | yHitID |
G4double | energyDeposit |
Definition at line 48 of file IORTDetectorHit.hh.
IORTDetectorHit::IORTDetectorHit | ( | ) |
Definition at line 45 of file IORTDetectorHit.cc.
References energyDeposit.
IORTDetectorHit::~IORTDetectorHit | ( | ) |
Definition at line 50 of file IORTDetectorHit.cc.
IORTDetectorHit::IORTDetectorHit | ( | const IORTDetectorHit & | right | ) |
Definition at line 54 of file IORTDetectorHit.cc.
References energyDeposit, xHitID, yHitID, and zHitID.
|
inline |
Definition at line 82 of file IORTDetectorHit.hh.
References energyDeposit.
|
inline |
Definition at line 73 of file IORTDetectorHit.hh.
References xHitID.
|
inline |
Definition at line 79 of file IORTDetectorHit.hh.
References yHitID.
|
inline |
Definition at line 76 of file IORTDetectorHit.hh.
References zHitID.
|
inline |
Definition at line 107 of file IORTDetectorHit.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 100 of file IORTDetectorHit.hh.
References G4Allocator< Type >::MallocSingle().
const IORTDetectorHit & IORTDetectorHit::operator= | ( | const IORTDetectorHit & | right | ) |
Definition at line 63 of file IORTDetectorHit.cc.
References energyDeposit, xHitID, yHitID, and zHitID.
int IORTDetectorHit::operator== | ( | const IORTDetectorHit & | right | ) | const |
Definition at line 72 of file IORTDetectorHit.cc.
Definition at line 88 of file IORTDetectorHit.hh.
|
private |
Definition at line 67 of file IORTDetectorHit.hh.
Referenced by GetEdep(), IORTDetectorHit(), and operator=().
|
private |
Definition at line 64 of file IORTDetectorHit.hh.
Referenced by GetXID(), IORTDetectorHit(), operator=(), and operator==().
|
private |
Definition at line 66 of file IORTDetectorHit.hh.
Referenced by GetYID(), IORTDetectorHit(), operator=(), and operator==().
|
private |
Definition at line 65 of file IORTDetectorHit.hh.
Referenced by GetZID(), IORTDetectorHit(), operator=(), and operator==().