Geant4
10.03.p02
|
#include <B4cCalorHit.hh>
Public Member Functions | |
B4cCalorHit () | |
B4cCalorHit (const B4cCalorHit &) | |
virtual | ~B4cCalorHit () |
const B4cCalorHit & | operator= (const B4cCalorHit &) |
G4int | operator== (const B4cCalorHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
virtual void | Draw () |
virtual void | Print () |
void | Add (G4double de, G4double dl) |
G4double | GetEdep () const |
G4double | GetTrackLength () const |
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 |
Calorimeter hit class
It defines data members to store the the energy deposit and track lengths of charged particles in a selected volume:
Definition at line 46 of file B4cCalorHit.hh.
B4cCalorHit::B4cCalorHit | ( | ) |
Definition at line 44 of file B4cCalorHit.cc.
B4cCalorHit::B4cCalorHit | ( | const B4cCalorHit & | right | ) |
Definition at line 56 of file B4cCalorHit.cc.
|
virtual |
Definition at line 52 of file B4cCalorHit.cc.
Definition at line 102 of file B4cCalorHit.hh.
|
inlinevirtual |
|
inline |
Definition at line 107 of file B4cCalorHit.hh.
|
inline |
Definition at line 111 of file B4cCalorHit.hh.
Definition at line 94 of file B4cCalorHit.hh.
|
inline |
Definition at line 84 of file B4cCalorHit.hh.
const B4cCalorHit & B4cCalorHit::operator= | ( | const B4cCalorHit & | right | ) |
Definition at line 65 of file B4cCalorHit.cc.
G4int B4cCalorHit::operator== | ( | const B4cCalorHit & | right | ) | const |
Definition at line 75 of file B4cCalorHit.cc.
Reimplemented from G4VHit.
Definition at line 82 of file B4cCalorHit.cc.