Geant4
9.6.p02
|
#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 |
Definition at line 38 of file G4HumanPhantomHit.hh.
G4HumanPhantomHit::G4HumanPhantomHit | ( | ) |
Definition at line 40 of file G4HumanPhantomHit.cc.
G4HumanPhantomHit::~G4HumanPhantomHit | ( | ) |
Definition at line 42 of file G4HumanPhantomHit.cc.
G4HumanPhantomHit::G4HumanPhantomHit | ( | const G4HumanPhantomHit & | right) |
Definition at line 44 of file G4HumanPhantomHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 63 of file G4HumanPhantomHit.cc.
|
inline |
Definition at line 58 of file G4HumanPhantomHit.hh.
|
inline |
Definition at line 59 of file G4HumanPhantomHit.hh.
|
inline |
const G4HumanPhantomHit & G4HumanPhantomHit::operator= | ( | const G4HumanPhantomHit & | right) |
Definition at line 51 of file G4HumanPhantomHit.cc.
G4int G4HumanPhantomHit::operator== | ( | const G4HumanPhantomHit & | right) | const |
Definition at line 58 of file G4HumanPhantomHit.cc.
Reimplemented from G4VHit.
Definition at line 67 of file G4HumanPhantomHit.cc.