#include <RE01TrackerHit.hh>
Definition at line 44 of file RE01TrackerHit.hh.
◆ RE01TrackerHit()
RE01TrackerHit::RE01TrackerHit |
( |
| ) |
|
◆ ~RE01TrackerHit()
RE01TrackerHit::~RE01TrackerHit |
( |
| ) |
|
|
virtual |
◆ CreateAttValues()
std::vector< G4AttValue > * RE01TrackerHit::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VHit.
Definition at line 101 of file RE01TrackerHit.cc.
103 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
105 values->push_back(
G4AttValue(
"HitType",
"RE01TrackerHit",
""));
static G4String ConvertToString(G4bool boolVal)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
◆ Draw()
void RE01TrackerHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 57 of file RE01TrackerHit.cc.
63 circle.SetScreenSize(0.04);
67 circle.SetVisAttributes(attribs);
68 pVVisManager->
Draw(circle);
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
static G4VVisManager * GetConcreteInstance()
◆ GetAttDefs()
Reimplemented from G4VHit.
Definition at line 73 of file RE01TrackerHit.cc.
76 std::map<G4String,G4AttDef>* store
80 (*store)[hitType] =
G4AttDef(hitType,
"Hit Type",
"Physics",
"",
"G4String");
83 (*store)[trackID] =
G4AttDef(trackID,
"Track ID",
"Physics",
"",
"G4int");
87 "G4BestUnit",
"G4double");
90 (*store)[eTrack] =
G4AttDef(eTrack,
"Energy Deposited By Track",
"Physics",
91 "G4BestUnit",
"G4double");
95 "Physics",
"G4BestUnit",
"G4ThreeVector");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
static const G4double pos
◆ GetEdep()
G4double RE01TrackerHit::GetEdep |
( |
| ) |
const |
|
inline |
◆ GetTrackID()
G4int RE01TrackerHit::GetTrackID |
( |
| ) |
const |
|
inline |
◆ operator delete()
void RE01TrackerHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 89 of file RE01TrackerHit.hh.
G4ThreadLocal G4Allocator< RE01TrackerHit > * RE01TrackerHitAllocator
◆ operator new()
void * RE01TrackerHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 82 of file RE01TrackerHit.hh.
G4ThreadLocal G4Allocator< RE01TrackerHit > * RE01TrackerHitAllocator
◆ Print()
void RE01TrackerHit::Print |
( |
void |
| ) |
|
|
virtual |
◆ SetEdep()
void RE01TrackerHit::SetEdep |
( |
G4double |
de | ) |
|
|
inline |
◆ SetPos()
◆ SetTrackID()
void RE01TrackerHit::SetTrackID |
( |
G4int |
i | ) |
|
|
inline |
◆ fEdep
◆ fPos
◆ fTrackID
G4int RE01TrackerHit::fTrackID |
|
private |
The documentation for this class was generated from the following files: