Geant4
10.03.p02
|
#include <TrackerHit.hh>
Public Member Functions | |
TrackerHit () | |
TrackerHit (const TrackerHit &) | |
virtual | ~TrackerHit () |
const TrackerHit & | operator= (const TrackerHit &) |
G4int | operator== (const TrackerHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
virtual void | Draw () |
virtual void | Print () |
void | SetTrackID (G4int track) |
void | SetEdep (G4double de) |
void | SetPos (G4ThreeVector xyz) |
G4int | GetTrackID () const |
G4double | GetEdep () const |
G4ThreeVector | GetPos () const |
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 |
Tracker hit class
It defines data members to store the trackID, energy deposit, and position of charged particles in a selected volume:
Definition at line 50 of file TrackerHit.hh.
TrackerHit::TrackerHit | ( | ) |
Definition at line 50 of file TrackerHit.cc.
TrackerHit::TrackerHit | ( | const TrackerHit & | right | ) |
Definition at line 63 of file TrackerHit.cc.
|
virtual |
Definition at line 59 of file TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 91 of file TrackerHit.cc.
|
inline |
Definition at line 75 of file TrackerHit.hh.
|
inline |
Definition at line 76 of file TrackerHit.hh.
|
inline |
Definition at line 74 of file TrackerHit.hh.
Definition at line 102 of file TrackerHit.hh.
|
inline |
Definition at line 93 of file TrackerHit.hh.
const TrackerHit & TrackerHit::operator= | ( | const TrackerHit & | right | ) |
Definition at line 73 of file TrackerHit.cc.
G4int TrackerHit::operator== | ( | const TrackerHit & | right | ) | const |
Definition at line 84 of file TrackerHit.cc.
Reimplemented from G4VHit.
Definition at line 108 of file TrackerHit.cc.
|
inline |