#include <RE01CalorimeterHit.hh>
Definition at line 49 of file RE01CalorimeterHit.hh.
Definition at line 49 of file RE01CalorimeterHit.cc.
51 :
G4VHit(), fZCellID(
z), fPhiCellID(phi), fEdep(0.0),
52 fPos(0),fRot(0.,0.,0.),fPLogV(logVol),fEdepByATrack(0.0),fTrackInfo()
RE01CalorimeterHit::~RE01CalorimeterHit |
( |
| ) |
|
|
virtual |
void RE01CalorimeterHit::ClearEdepByATrack |
( |
| ) |
|
|
inline |
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
void RE01CalorimeterHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 60 of file RE01CalorimeterHit.cc.
68 if(pVA) attribs = *pVA;
73 pVVisManager->
Draw(*fPLogV,attribs,trans);
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
void SetColour(const G4Colour &)
static G4VVisManager * GetConcreteInstance()
void SetForceSolid(G4bool=true)
const G4VisAttributes * GetVisAttributes() const
void SetForceWireframe(G4bool=true)
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");
G4double energy(const ThreeVector &p, const G4double m)
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
static const G4double pos
G4double RE01CalorimeterHit::GetEdep |
( |
| ) |
|
|
inline |
G4double RE01CalorimeterHit::GetEdepByATrack |
( |
| ) |
|
|
inline |
G4int RE01CalorimeterHit::GetPhi |
( |
| ) |
|
|
inline |
G4int RE01CalorimeterHit::GetZ |
( |
| ) |
|
|
inline |
void RE01CalorimeterHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 111 of file RE01CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE01CalorimeterHit > * RE01CalorimeterHitAllocator
void * RE01CalorimeterHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 104 of file RE01CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE01CalorimeterHit > * RE01CalorimeterHitAllocator
Reimplemented from G4VHit.
Definition at line 145 of file RE01CalorimeterHit.cc.
147 G4cout <<
"Cell[" << fZCellID <<
"," << fPhiCellID <<
"] "
G4GLOB_DLL std::ostream G4cout
static constexpr double GeV
void RE01CalorimeterHit::SetTrackInformation |
( |
const G4Track * |
aTrack | ) |
|
|
inline |
The documentation for this class was generated from the following files: