Geant4
10.00.p03
|
#include <HadrontherapyDetectorHit.hh>
Public Member Functions | |
HadrontherapyDetectorHit () | |
~HadrontherapyDetectorHit () | |
HadrontherapyDetectorHit (const HadrontherapyDetectorHit &right) | |
const HadrontherapyDetectorHit & | operator= (const HadrontherapyDetectorHit &right) |
int | operator== (const HadrontherapyDetectorHit &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 42 of file HadrontherapyDetectorHit.hh.
HadrontherapyDetectorHit::HadrontherapyDetectorHit | ( | ) |
Definition at line 39 of file HadrontherapyDetectorHit.cc.
References energyDeposit.
HadrontherapyDetectorHit::~HadrontherapyDetectorHit | ( | ) |
Definition at line 44 of file HadrontherapyDetectorHit.cc.
HadrontherapyDetectorHit::HadrontherapyDetectorHit | ( | const HadrontherapyDetectorHit & | right | ) |
Definition at line 48 of file HadrontherapyDetectorHit.cc.
References energyDeposit, xHitID, yHitID, and zHitID.
|
inline |
Definition at line 76 of file HadrontherapyDetectorHit.hh.
References energyDeposit.
|
inline |
Definition at line 67 of file HadrontherapyDetectorHit.hh.
References xHitID.
|
inline |
Definition at line 73 of file HadrontherapyDetectorHit.hh.
References yHitID.
|
inline |
Definition at line 70 of file HadrontherapyDetectorHit.hh.
References zHitID.
|
inline |
Definition at line 101 of file HadrontherapyDetectorHit.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 94 of file HadrontherapyDetectorHit.hh.
References G4Allocator< Type >::MallocSingle().
const HadrontherapyDetectorHit & HadrontherapyDetectorHit::operator= | ( | const HadrontherapyDetectorHit & | right | ) |
Definition at line 57 of file HadrontherapyDetectorHit.cc.
References energyDeposit, xHitID, yHitID, and zHitID.
int HadrontherapyDetectorHit::operator== | ( | const HadrontherapyDetectorHit & | right | ) | const |
Definition at line 66 of file HadrontherapyDetectorHit.cc.
|
inline |
Definition at line 82 of file HadrontherapyDetectorHit.hh.
|
private |
Definition at line 61 of file HadrontherapyDetectorHit.hh.
Referenced by GetEdep(), HadrontherapyDetectorHit(), and operator=().
|
private |
Definition at line 58 of file HadrontherapyDetectorHit.hh.
Referenced by GetXID(), HadrontherapyDetectorHit(), operator=(), and operator==().
|
private |
Definition at line 60 of file HadrontherapyDetectorHit.hh.
Referenced by GetYID(), HadrontherapyDetectorHit(), operator=(), and operator==().
|
private |
Definition at line 59 of file HadrontherapyDetectorHit.hh.
Referenced by GetZID(), HadrontherapyDetectorHit(), operator=(), and operator==().