Geant4_10
|
#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 |
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 | ) |
Definition at line 69 of file B5HadCalorimeterHit.cc.
|
virtual |
Definition at line 64 of file B5HadCalorimeterHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 147 of file B5HadCalorimeterHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 100 of file B5HadCalorimeterHit.cc.
Reimplemented from G4VHit.
Definition at line 118 of file B5HadCalorimeterHit.cc.
|
inline |
|
inline |
|
inline |
Definition at line 82 of file B5HadCalorimeterHit.hh.
|
inline |
Definition at line 85 of file B5HadCalorimeterHit.hh.
|
inline |
Definition at line 75 of file B5HadCalorimeterHit.hh.
Definition at line 106 of file B5HadCalorimeterHit.hh.
|
inline |
Definition at line 99 of file B5HadCalorimeterHit.hh.
const B5HadCalorimeterHit & B5HadCalorimeterHit::operator= | ( | const B5HadCalorimeterHit & | right | ) |
Definition at line 80 of file B5HadCalorimeterHit.cc.
int B5HadCalorimeterHit::operator== | ( | const B5HadCalorimeterHit & | right | ) | const |
Definition at line 93 of file B5HadCalorimeterHit.cc.
Reimplemented from G4VHit.
Definition at line 168 of file B5HadCalorimeterHit.cc.
Definition at line 77 of file B5HadCalorimeterHit.hh.
|
inline |
|
inline |