Geant4
10.02.p02
|
#include <RE01TrackerHit.hh>
Public Member Functions | |
RE01TrackerHit () | |
virtual | ~RE01TrackerHit () |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
virtual void | Draw () |
virtual void | Print () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
void | SetEdep (G4double de) |
G4double | GetEdep () const |
void | SetPos (G4ThreeVector xyz) |
void | SetTrackID (G4int i) |
G4int | GetTrackID () const |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
Private Attributes | |
G4double | fEdep |
G4ThreeVector | fPos |
G4int | fTrackID |
Definition at line 44 of file RE01TrackerHit.hh.
RE01TrackerHit::RE01TrackerHit | ( | ) |
Definition at line 48 of file RE01TrackerHit.cc.
|
virtual |
Definition at line 53 of file RE01TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 101 of file RE01TrackerHit.cc.
References G4UIcommand::ConvertToString(), fEdep, fPos, fTrackID, G4BestUnit, and MeV.
|
virtual |
Reimplemented from G4VHit.
Definition at line 57 of file RE01TrackerHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, fPos, G4VVisManager::GetConcreteInstance(), G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
Reimplemented from G4VHit.
Definition at line 73 of file RE01TrackerHit.cc.
References G4INCL::KinematicsUtils::energy(), G4AttDefStore::GetInstance(), and pos.
|
inline |
Definition at line 62 of file RE01TrackerHit.hh.
References fEdep.
|
inline |
Definition at line 68 of file RE01TrackerHit.hh.
References fTrackID.
|
inline |
Definition at line 89 of file RE01TrackerHit.hh.
References RE01TrackerHitAllocator.
|
inline |
Definition at line 82 of file RE01TrackerHit.hh.
References RE01TrackerHitAllocator.
|
virtual |
|
inline |
Definition at line 60 of file RE01TrackerHit.hh.
References fEdep.
Referenced by RE01TrackerSD::ProcessHits().
|
inline |
Definition at line 64 of file RE01TrackerHit.hh.
References fPos.
Referenced by RE01TrackerSD::ProcessHits().
|
inline |
Definition at line 66 of file RE01TrackerHit.hh.
References fTrackID.
Referenced by RE01TrackerSD::ProcessHits().
|
private |
Definition at line 72 of file RE01TrackerHit.hh.
Referenced by CreateAttValues(), GetEdep(), Print(), and SetEdep().
|
private |
Definition at line 73 of file RE01TrackerHit.hh.
Referenced by CreateAttValues(), Draw(), Print(), and SetPos().
|
private |
Definition at line 74 of file RE01TrackerHit.hh.
Referenced by CreateAttValues(), GetTrackID(), Print(), and SetTrackID().