ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
Par01CalorimeterHit () | |
Par01CalorimeterHit (G4LogicalVolume *logVol) | |
~Par01CalorimeterHit () | |
Par01CalorimeterHit (const Par01CalorimeterHit &right) | |
const Par01CalorimeterHit & | operator= (const Par01CalorimeterHit &right) |
G4bool | 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 () |
G4bool | 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 43 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 43 of file Par01CalorimeterHit.hh
Par01CalorimeterHit::Par01CalorimeterHit | ( | ) |
Definition at line 44 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 44 of file Par01CalorimeterHit.cc
References fLogV.
Par01CalorimeterHit::Par01CalorimeterHit | ( | G4LogicalVolume * | logVol | ) |
Definition at line 51 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 51 of file Par01CalorimeterHit.cc
Par01CalorimeterHit::~Par01CalorimeterHit | ( | ) |
Definition at line 57 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 57 of file Par01CalorimeterHit.cc
Par01CalorimeterHit::Par01CalorimeterHit | ( | const Par01CalorimeterHit & | right | ) |
Definition at line 62 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 62 of file Par01CalorimeterHit.cc
Definition at line 75 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 75 of file Par01CalorimeterHit.hh
References fEdep.
|
virtual |
Reimplemented from G4VHit.
Definition at line 91 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 91 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 77 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 77 of file Par01CalorimeterHit.hh
References fEdep.
|
inline |
Definition at line 87 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 87 of file Par01CalorimeterHit.hh
References fLogV.
|
inline |
Definition at line 81 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 81 of file Par01CalorimeterHit.hh
References fPosition.
|
inline |
Definition at line 85 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 85 of file Par01CalorimeterHit.hh
References fRot.
Definition at line 103 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 103 of file Par01CalorimeterHit.hh
References Par01CalorimeterHitAllocator.
Definition at line 59 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 59 of file Par01CalorimeterHit.hh
|
inline |
Definition at line 96 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 96 of file Par01CalorimeterHit.hh
References Par01CalorimeterHitAllocator.
Definition at line 57 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 57 of file Par01CalorimeterHit.hh
const Par01CalorimeterHit & Par01CalorimeterHit::operator= | ( | const Par01CalorimeterHit & | right | ) |
Definition at line 73 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 73 of file Par01CalorimeterHit.cc
G4bool Par01CalorimeterHit::operator== | ( | const Par01CalorimeterHit & | right | ) | const |
Definition at line 84 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 84 of file Par01CalorimeterHit.cc
Reimplemented from G4VHit.
Definition at line 110 of file Par01CalorimeterHit.cc.
View newest version in sPHENIX GitHub at line 110 of file Par01CalorimeterHit.cc
Definition at line 73 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 73 of file Par01CalorimeterHit.hh
References fEdep.
Referenced by Par01CalorimeterSD::ProcessHits().
|
inline |
Definition at line 79 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 79 of file Par01CalorimeterHit.hh
References fPosition.
Referenced by Par01CalorimeterSD::ProcessHits().
|
inline |
Definition at line 83 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 83 of file Par01CalorimeterHit.hh
References fRot.
Referenced by Par01CalorimeterSD::ProcessHits().
|
private |
Definition at line 67 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 67 of file Par01CalorimeterHit.hh
Referenced by AddEdep(), GetEdep(), operator=(), Par01CalorimeterHit(), and SetEdep().
|
private |
Definition at line 70 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 70 of file Par01CalorimeterHit.hh
Referenced by Draw(), GetLogV(), operator=(), and Par01CalorimeterHit().
|
private |
Definition at line 68 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 68 of file Par01CalorimeterHit.hh
Referenced by Draw(), GetPos(), operator=(), Par01CalorimeterHit(), and SetPos().
|
private |
Definition at line 69 of file Par01CalorimeterHit.hh.
View newest version in sPHENIX GitHub at line 69 of file Par01CalorimeterHit.hh
Referenced by Draw(), GetRot(), operator=(), Par01CalorimeterHit(), and SetRot().