Geant4
10.03
|
#include <Par01CalorimeterHit.hh>
Public Member Functions | |
Par01CalorimeterHit () | |
Par01CalorimeterHit (G4LogicalVolume *logVol) | |
~Par01CalorimeterHit () | |
Par01CalorimeterHit (const Par01CalorimeterHit &right) | |
const Par01CalorimeterHit & | operator= (const Par01CalorimeterHit &right) |
G4int | operator== (const Par01CalorimeterHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
void * | operator new (size_t, void *p) |
void | operator delete (void *, void *) |
virtual void | Draw () |
virtual void | Print () |
void | SetEdep (G4double de) |
void | AddEdep (G4double de) |
G4double | GetEdep () |
void | SetPos (G4ThreeVector xyz) |
G4ThreeVector | GetPos () |
void | SetRot (G4RotationMatrix rmat) |
G4RotationMatrix | GetRot () |
const G4LogicalVolume * | GetLogV () |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4double | fEdep |
G4ThreeVector | fPosition |
G4RotationMatrix | fRot |
const G4LogicalVolume * | fLogV |
Definition at line 44 of file Par01CalorimeterHit.hh.
Par01CalorimeterHit::Par01CalorimeterHit | ( | ) |
Definition at line 45 of file Par01CalorimeterHit.cc.
References fLogV.
Par01CalorimeterHit::Par01CalorimeterHit | ( | G4LogicalVolume * | logVol | ) |
Definition at line 52 of file Par01CalorimeterHit.cc.
Par01CalorimeterHit::~Par01CalorimeterHit | ( | ) |
Definition at line 58 of file Par01CalorimeterHit.cc.
Par01CalorimeterHit::Par01CalorimeterHit | ( | const Par01CalorimeterHit & | right | ) |
|
inline |
Definition at line 76 of file Par01CalorimeterHit.hh.
|
virtual |
Reimplemented from G4VHit.
Definition at line 92 of file Par01CalorimeterHit.cc.
References G4VVisManager::Draw(), fLogV, fPosition, fRot, G4VVisManager::GetConcreteInstance(), G4LogicalVolume::GetVisAttributes(), G4VisAttributes::SetColour(), G4VisAttributes::SetForceSolid(), and G4VisAttributes::SetForceWireframe().
|
inline |
Definition at line 78 of file Par01CalorimeterHit.hh.
References fEdep.
|
inline |
Definition at line 88 of file Par01CalorimeterHit.hh.
References fLogV.
|
inline |
Definition at line 82 of file Par01CalorimeterHit.hh.
References fPosition.
|
inline |
Definition at line 86 of file Par01CalorimeterHit.hh.
References fRot.
|
inline |
Definition at line 104 of file Par01CalorimeterHit.hh.
References Par01CalorimeterHitAllocator.
|
inline |
Definition at line 60 of file Par01CalorimeterHit.hh.
|
inline |
Definition at line 97 of file Par01CalorimeterHit.hh.
References Par01CalorimeterHitAllocator.
|
inline |
Definition at line 58 of file Par01CalorimeterHit.hh.
const Par01CalorimeterHit & Par01CalorimeterHit::operator= | ( | const Par01CalorimeterHit & | right | ) |
G4int Par01CalorimeterHit::operator== | ( | const Par01CalorimeterHit & | right | ) | const |
Definition at line 85 of file Par01CalorimeterHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 111 of file Par01CalorimeterHit.cc.
|
inline |
Definition at line 74 of file Par01CalorimeterHit.hh.
Referenced by Par01CalorimeterSD::ProcessHits().
|
inline |
Definition at line 80 of file Par01CalorimeterHit.hh.
Referenced by Par01CalorimeterSD::ProcessHits().
|
inline |
Definition at line 84 of file Par01CalorimeterHit.hh.
Referenced by Par01CalorimeterSD::ProcessHits().
|
private |
Definition at line 68 of file Par01CalorimeterHit.hh.
Referenced by GetEdep(), operator=(), and Par01CalorimeterHit().
|
private |
Definition at line 71 of file Par01CalorimeterHit.hh.
Referenced by Draw(), GetLogV(), operator=(), and Par01CalorimeterHit().
|
private |
Definition at line 69 of file Par01CalorimeterHit.hh.
Referenced by Draw(), GetPos(), operator=(), and Par01CalorimeterHit().
|
private |
Definition at line 70 of file Par01CalorimeterHit.hh.
Referenced by Draw(), GetRot(), operator=(), and Par01CalorimeterHit().