Geant4
10.01.p02
|
#include <Em10CalorHit.hh>
Public Member Functions | |
Em10CalorHit () | |
~Em10CalorHit () | |
Em10CalorHit (const Em10CalorHit &) | |
void * | operator new (size_t) |
void | operator delete (void *) |
const Em10CalorHit & | operator= (const Em10CalorHit &) |
void | Print () |
void | AddAbs (G4double de, G4double dl) |
void | AddGap (G4double de, G4double dl) |
G4double | GetEdepAbs () |
G4double | GetTrakAbs () |
G4double | GetEdepGap () |
G4double | GetTrakGap () |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
virtual void | Draw () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4double | EdepAbs |
G4double | TrackLengthAbs |
G4double | EdepGap |
G4double | TrackLengthGap |
Definition at line 46 of file Em10CalorHit.hh.
Em10CalorHit::Em10CalorHit | ( | ) |
Definition at line 43 of file Em10CalorHit.cc.
References EdepAbs, EdepGap, TrackLengthAbs, and TrackLengthGap.
Em10CalorHit::~Em10CalorHit | ( | ) |
Definition at line 51 of file Em10CalorHit.cc.
Em10CalorHit::Em10CalorHit | ( | const Em10CalorHit & | ) |
Definition at line 63 of file Em10CalorHit.hh.
References EdepAbs, and TrackLengthAbs.
Referenced by Em10CalorimeterSD::ProcessHits().
Definition at line 64 of file Em10CalorHit.hh.
References EdepGap, and TrackLengthGap.
|
inline |
Definition at line 66 of file Em10CalorHit.hh.
References EdepAbs.
|
inline |
Definition at line 68 of file Em10CalorHit.hh.
References EdepGap.
|
inline |
Definition at line 67 of file Em10CalorHit.hh.
References TrackLengthAbs.
|
inline |
Definition at line 69 of file Em10CalorHit.hh.
|
inline |
Definition at line 94 of file Em10CalorHit.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 85 of file Em10CalorHit.hh.
References G4Allocator< Type >::MallocSingle().
const Em10CalorHit & Em10CalorHit::operator= | ( | const Em10CalorHit & | right | ) |
Definition at line 64 of file Em10CalorHit.cc.
References EdepAbs, EdepGap, TrackLengthAbs, and TrackLengthGap.
|
virtual |
Reimplemented from G4VHit.
Definition at line 73 of file Em10CalorHit.cc.
|
private |
Definition at line 69 of file Em10CalorHit.hh.
Referenced by AddAbs(), Em10CalorHit(), GetEdepAbs(), and operator=().
|
private |
Definition at line 74 of file Em10CalorHit.hh.
Referenced by AddGap(), Em10CalorHit(), GetEdepGap(), and operator=().
|
private |
Definition at line 69 of file Em10CalorHit.hh.
Referenced by AddAbs(), Em10CalorHit(), GetTrakAbs(), and operator=().
|
private |
Definition at line 74 of file Em10CalorHit.hh.
Referenced by AddGap(), Em10CalorHit(), and operator=().