Geant4
10.00.p03
|
#include <G4HumanPhantomHit.hh>
Public Member Functions | |
G4HumanPhantomHit () | |
~G4HumanPhantomHit () | |
G4HumanPhantomHit (const G4HumanPhantomHit &) | |
const G4HumanPhantomHit & | operator= (const G4HumanPhantomHit &) |
G4int | operator== (const G4HumanPhantomHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
void | Draw () |
void | Print () |
void | SetBodyPartID (G4String bodyPartName) |
void | SetEdep (G4double de) |
G4String | GetBodyPartID () |
G4double | GetEdep () |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4String | bodyPartID |
G4double | edep |
Definition at line 39 of file G4HumanPhantomHit.hh.
G4HumanPhantomHit::G4HumanPhantomHit | ( | ) |
Definition at line 41 of file G4HumanPhantomHit.cc.
G4HumanPhantomHit::~G4HumanPhantomHit | ( | ) |
Definition at line 43 of file G4HumanPhantomHit.cc.
G4HumanPhantomHit::G4HumanPhantomHit | ( | const G4HumanPhantomHit & | right | ) |
Definition at line 45 of file G4HumanPhantomHit.cc.
References bodyPartID, and edep.
|
virtual |
Reimplemented from G4VHit.
Definition at line 64 of file G4HumanPhantomHit.cc.
|
inline |
Definition at line 59 of file G4HumanPhantomHit.hh.
References bodyPartID.
|
inline |
Definition at line 60 of file G4HumanPhantomHit.hh.
References edep.
|
inline |
Definition at line 78 of file G4HumanPhantomHit.hh.
References G4HumanPhantomHitAllocator.
|
inline |
Definition at line 71 of file G4HumanPhantomHit.hh.
References G4HumanPhantomHitAllocator.
const G4HumanPhantomHit & G4HumanPhantomHit::operator= | ( | const G4HumanPhantomHit & | right | ) |
Definition at line 52 of file G4HumanPhantomHit.cc.
References bodyPartID, and edep.
G4int G4HumanPhantomHit::operator== | ( | const G4HumanPhantomHit & | right | ) | const |
Definition at line 59 of file G4HumanPhantomHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 68 of file G4HumanPhantomHit.cc.
References bodyPartID, edep, G4BestUnit, G4cout, and G4endl.
|
inline |
Definition at line 56 of file G4HumanPhantomHit.hh.
References bodyPartID.
Referenced by G4HumanPhantomSD::ProcessHits().
|
inline |
Definition at line 57 of file G4HumanPhantomHit.hh.
References edep.
Referenced by G4HumanPhantomSD::ProcessHits().
|
private |
Definition at line 60 of file G4HumanPhantomHit.hh.
Referenced by G4HumanPhantomHit(), GetBodyPartID(), operator=(), Print(), and SetBodyPartID().
|
private |
Definition at line 64 of file G4HumanPhantomHit.hh.
Referenced by G4HumanPhantomHit(), GetEdep(), operator=(), Print(), and SetEdep().