Geant4_10
|
Example of hit. More...
#include <ExTGTrackerHit.hh>
Public Member Functions | |
ExTGTrackerHit () | |
~ExTGTrackerHit () | |
ExTGTrackerHit (const ExTGTrackerHit &) | |
const ExTGTrackerHit & | operator= (const ExTGTrackerHit &) |
G4int | operator== (const ExTGTrackerHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
void | Draw () |
void | Print () |
void | SetTrackID (G4int track) |
void | SetChamberNb (G4int chamb) |
void | SetEdep (G4double de) |
void | SetPos (G4ThreeVector xyz) |
G4int | GetTrackID () |
G4int | GetChamberNb () |
G4double | GetEdep () |
G4ThreeVector | GetPos () |
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 |
Example of hit.
Definition at line 41 of file ExTGTrackerHit.hh.
ExTGTrackerHit::ExTGTrackerHit | ( | ) |
Definition at line 42 of file ExTGTrackerHit.cc.
ExTGTrackerHit::~ExTGTrackerHit | ( | ) |
Definition at line 47 of file ExTGTrackerHit.cc.
ExTGTrackerHit::ExTGTrackerHit | ( | const ExTGTrackerHit & | right | ) |
Definition at line 52 of file ExTGTrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 78 of file ExTGTrackerHit.cc.
|
inline |
Definition at line 63 of file ExTGTrackerHit.hh.
|
inline |
Definition at line 64 of file ExTGTrackerHit.hh.
|
inline |
Definition at line 65 of file ExTGTrackerHit.hh.
|
inline |
Definition at line 62 of file ExTGTrackerHit.hh.
Definition at line 92 of file ExTGTrackerHit.hh.
|
inline |
Definition at line 83 of file ExTGTrackerHit.hh.
const ExTGTrackerHit & ExTGTrackerHit::operator= | ( | const ExTGTrackerHit & | right | ) |
Definition at line 62 of file ExTGTrackerHit.cc.
G4int ExTGTrackerHit::operator== | ( | const ExTGTrackerHit & | right | ) | const |
Definition at line 72 of file ExTGTrackerHit.cc.
Reimplemented from G4VHit.
Definition at line 94 of file ExTGTrackerHit.cc.
|
inline |