Geant4_10
|
#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 |
Definition at line 48 of file IORTDetectorHit.hh.
IORTDetectorHit::IORTDetectorHit | ( | ) |
Definition at line 45 of file IORTDetectorHit.cc.
IORTDetectorHit::~IORTDetectorHit | ( | ) |
Definition at line 50 of file IORTDetectorHit.cc.
IORTDetectorHit::IORTDetectorHit | ( | const IORTDetectorHit & | right | ) |
Definition at line 54 of file IORTDetectorHit.cc.
|
inline |
Definition at line 82 of file IORTDetectorHit.hh.
|
inline |
Definition at line 73 of file IORTDetectorHit.hh.
|
inline |
Definition at line 79 of file IORTDetectorHit.hh.
|
inline |
Definition at line 76 of file IORTDetectorHit.hh.
|
inline |
const IORTDetectorHit & IORTDetectorHit::operator= | ( | const IORTDetectorHit & | right | ) |
Definition at line 63 of file IORTDetectorHit.cc.
int IORTDetectorHit::operator== | ( | const IORTDetectorHit & | right | ) | const |
Definition at line 72 of file IORTDetectorHit.cc.
Definition at line 88 of file IORTDetectorHit.hh.