#include <ExGflashHit.hh>
Definition at line 42 of file ExGflashHit.hh.
ExGflashHit::ExGflashHit |
( |
| ) |
|
ExGflashHit::~ExGflashHit |
( |
| ) |
|
Definition at line 63 of file ExGflashHit.cc.
72 fCrystalNumber = right.fCrystalNumber;
void ExGflashHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 102 of file ExGflashHit.cc.
110 if(pVA) attribs = *pVA;
115 pVVisManager->
Draw(*fLogV,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)
G4int ExGflashHit::GetCrystalNum |
( |
| ) |
|
|
inline |
void ExGflashHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 109 of file ExGflashHit.hh.
G4ThreadLocal G4Allocator< ExGflashHit > * ExGflashHitAllocator
void * ExGflashHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 103 of file ExGflashHit.hh.
G4ThreadLocal G4Allocator< ExGflashHit > * ExGflashHitAllocator
void* ExGflashHit::operator new |
( |
size_t |
, |
|
|
void * |
p |
|
) |
| |
|
inline |
Definition at line 77 of file ExGflashHit.cc.
79 G4VHit::operator=(right);
85 fCrystalNumber = right.fCrystalNumber;
86 fCrystalNumber = right.fCrystalNumber;
Definition at line 92 of file ExGflashHit.cc.
95 if ((fPos==right.fPos) && (fEdep == right.fEdep))
return true;
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/extended/parameterisations/gflash/include/ExGflashHit.hh
- source/geant4.10.03.p03/examples/extended/parameterisations/gflash/src/ExGflashHit.cc