Geant4
10.01.p02
|
Hadron Calorimeter hit. More...
#include <B5HadCalorimeterHit.hh>
Public Member Functions | |
B5HadCalorimeterHit () | |
B5HadCalorimeterHit (G4int iCol, G4int iRow) | |
B5HadCalorimeterHit (const B5HadCalorimeterHit &right) | |
virtual | ~B5HadCalorimeterHit () |
const B5HadCalorimeterHit & | operator= (const B5HadCalorimeterHit &right) |
int | operator== (const B5HadCalorimeterHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
virtual void | Draw () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
virtual void | Print () |
void | SetColumnID (G4int z) |
G4int | GetColumnID () const |
void | SetRowID (G4int z) |
G4int | GetRowID () const |
void | SetEdep (G4double de) |
void | AddEdep (G4double de) |
G4double | GetEdep () const |
void | SetPos (G4ThreeVector xyz) |
G4ThreeVector | GetPos () const |
void | SetRot (G4RotationMatrix rmat) |
G4RotationMatrix | GetRot () const |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
Private Attributes | |
G4int | fColumnID |
G4int | fRowID |
G4double | fEdep |
G4ThreeVector | fPos |
G4RotationMatrix | fRot |
Hadron Calorimeter hit.
It records:
Definition at line 52 of file B5HadCalorimeterHit.hh.
B5HadCalorimeterHit::B5HadCalorimeterHit | ( | ) |
Definition at line 52 of file B5HadCalorimeterHit.cc.
Definition at line 58 of file B5HadCalorimeterHit.cc.
B5HadCalorimeterHit::B5HadCalorimeterHit | ( | const B5HadCalorimeterHit & | right | ) |
|
virtual |
Definition at line 64 of file B5HadCalorimeterHit.cc.
|
inline |
Definition at line 78 of file B5HadCalorimeterHit.hh.
References fEdep.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
virtual |
Reimplemented from G4VHit.
Definition at line 147 of file B5HadCalorimeterHit.cc.
References G4UIcommand::ConvertToString(), fColumnID, fEdep, fPos, fRowID, and G4BestUnit.
|
virtual |
Reimplemented from G4VHit.
Definition at line 100 of file B5HadCalorimeterHit.cc.
References cm, G4VVisManager::Draw(), fEdep, fPos, fRot, G4VVisManager::GetConcreteInstance(), GeV, and m.
Reimplemented from G4VHit.
Definition at line 118 of file B5HadCalorimeterHit.cc.
References G4AttDefStore::GetInstance().
|
inline |
Definition at line 72 of file B5HadCalorimeterHit.hh.
References fColumnID.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
inline |
Definition at line 79 of file B5HadCalorimeterHit.hh.
References fEdep.
Referenced by B5EventAction::EndOfEventAction().
|
inline |
Definition at line 82 of file B5HadCalorimeterHit.hh.
References fPos.
|
inline |
Definition at line 85 of file B5HadCalorimeterHit.hh.
References fRot.
|
inline |
Definition at line 75 of file B5HadCalorimeterHit.hh.
References fRowID.
|
inline |
Definition at line 106 of file B5HadCalorimeterHit.hh.
References B5HadCalorimeterHitAllocator.
|
inline |
Definition at line 99 of file B5HadCalorimeterHit.hh.
References B5HadCalorimeterHitAllocator.
const B5HadCalorimeterHit & B5HadCalorimeterHit::operator= | ( | const B5HadCalorimeterHit & | right | ) |
int B5HadCalorimeterHit::operator== | ( | const B5HadCalorimeterHit & | right | ) | const |
Definition at line 93 of file B5HadCalorimeterHit.cc.
|
virtual |
|
inline |
Definition at line 71 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
inline |
Definition at line 77 of file B5HadCalorimeterHit.hh.
References fEdep.
|
inline |
Definition at line 81 of file B5HadCalorimeterHit.hh.
References fPos.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
inline |
Definition at line 84 of file B5HadCalorimeterHit.hh.
References fRot.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
inline |
Definition at line 74 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterSD::ProcessHits().
|
private |
Definition at line 88 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterHit(), CreateAttValues(), GetColumnID(), operator=(), operator==(), Print(), and SetColumnID().
|
private |
Definition at line 90 of file B5HadCalorimeterHit.hh.
Referenced by AddEdep(), B5HadCalorimeterHit(), CreateAttValues(), Draw(), GetEdep(), operator=(), Print(), and SetEdep().
|
private |
Definition at line 91 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterHit(), CreateAttValues(), Draw(), GetPos(), operator=(), Print(), and SetPos().
|
private |
Definition at line 92 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterHit(), Draw(), GetRot(), operator=(), and SetRot().
|
private |
Definition at line 89 of file B5HadCalorimeterHit.hh.
Referenced by B5HadCalorimeterHit(), CreateAttValues(), GetRowID(), operator=(), operator==(), Print(), and SetRowID().