#include <RE01CalorimeterHit.hh>
Definition at line 49 of file RE01CalorimeterHit.hh.
◆ RE01CalorimeterHit()
Definition at line 49 of file RE01CalorimeterHit.cc.
RE01TrackInformation fTrackInfo
const G4LogicalVolume * fPLogV
◆ ~RE01CalorimeterHit()
RE01CalorimeterHit::~RE01CalorimeterHit |
( |
| ) |
|
|
virtual |
◆ AddEdep()
void RE01CalorimeterHit::AddEdep |
( |
G4double |
de | ) |
|
|
inline |
◆ ClearEdepByATrack()
void RE01CalorimeterHit::ClearEdepByATrack |
( |
| ) |
|
|
inline |
◆ CreateAttValues()
std::vector< G4AttValue > * RE01CalorimeterHit::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VHit.
Definition at line 113 of file RE01CalorimeterHit.cc.
115 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
117 values->push_back(
G4AttValue(
"HitType",
"RE01CalorimeterHit",
""));
static G4String ConvertToString(G4bool boolVal)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
const G4String & GetName() const
const G4LogicalVolume * fPLogV
◆ Draw()
void RE01CalorimeterHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 60 of file RE01CalorimeterHit.cc.
68 if(pVA) attribs = *pVA;
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
void SetColour(const G4Colour &)
void SetForceWireframe(G4bool)
static G4VVisManager * GetConcreteInstance()
void SetForceSolid(G4bool)
const G4VisAttributes * GetVisAttributes() const
const G4LogicalVolume * fPLogV
◆ GetAttDefs()
Reimplemented from G4VHit.
Definition at line 78 of file RE01CalorimeterHit.cc.
81 std::map<G4String,G4AttDef>* store
85 (*store)[hitType] =
G4AttDef(hitType,
"Hit Type",
"Physics",
"",
"G4String");
88 (*store)[zCellID] =
G4AttDef(zCellID,
"Z Cell ID",
"Physics",
"",
"G4int");
91 (*store)[phiCellID] =
G4AttDef(phiCellID,
"Phi Cell ID",
"Physics",
"",
"G4int");
98 (*store)[eTrack] =
G4AttDef(eTrack,
"Energy Deposited By Track",
"Physics",
99 "G4BestUnit",
"G4double");
103 "Physics",
"G4BestUnit",
"G4ThreeVector");
106 (*store)[lvol] =
G4AttDef(lvol,
"Logical Volume",
"Physics",
"",
"G4String");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
static const G4double pos
◆ GetEdep()
G4double RE01CalorimeterHit::GetEdep |
( |
| ) |
|
|
inline |
◆ GetEdepByATrack()
G4double RE01CalorimeterHit::GetEdepByATrack |
( |
| ) |
|
|
inline |
◆ GetPhi()
G4int RE01CalorimeterHit::GetPhi |
( |
| ) |
|
|
inline |
◆ GetTrackInformation()
◆ GetZ()
G4int RE01CalorimeterHit::GetZ |
( |
| ) |
|
|
inline |
◆ operator delete()
void RE01CalorimeterHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 111 of file RE01CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE01CalorimeterHit > * RE01CalorimeterHitAllocator
◆ operator new()
void * RE01CalorimeterHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 104 of file RE01CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE01CalorimeterHit > * RE01CalorimeterHitAllocator
◆ Print()
void RE01CalorimeterHit::Print |
( |
void |
| ) |
|
|
virtual |
◆ SetEdep()
void RE01CalorimeterHit::SetEdep |
( |
G4double |
de | ) |
|
|
inline |
◆ SetPos()
◆ SetRot()
◆ SetTrackInformation()
void RE01CalorimeterHit::SetTrackInformation |
( |
const G4Track * |
aTrack | ) |
|
|
inline |
◆ fEdep
◆ fEdepByATrack
G4double RE01CalorimeterHit::fEdepByATrack |
|
private |
◆ fPhiCellID
G4int RE01CalorimeterHit::fPhiCellID |
|
private |
◆ fPLogV
◆ fPos
◆ fRot
◆ fTrackInfo
◆ fZCellID
G4int RE01CalorimeterHit::fZCellID |
|
private |
The documentation for this class was generated from the following files: