|
Geant4
10.00.p03
|
#include <SensitiveDetectorHit.hh>
Inheritance diagram for SensitiveDetectorHit:
Collaboration diagram for SensitiveDetectorHit:Public Member Functions | |
| SensitiveDetectorHit () | |
| SensitiveDetectorHit (const SensitiveDetectorHit &) | |
| virtual | ~SensitiveDetectorHit () |
| const SensitiveDetectorHit & | operator= (const SensitiveDetectorHit &) |
| G4int | operator== (const SensitiveDetectorHit &) const |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| virtual void | Draw () |
| virtual void | Print () |
| void | SetEdep (G4double de) |
| G4double | GetEdep () 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 |
Private Attributes | |
| G4double | fEdep |
Definition at line 40 of file SensitiveDetectorHit.hh.
| SensitiveDetectorHit::SensitiveDetectorHit | ( | ) |
Definition at line 43 of file SensitiveDetectorHit.cc.
| SensitiveDetectorHit::SensitiveDetectorHit | ( | const SensitiveDetectorHit & | right | ) |
Definition at line 50 of file SensitiveDetectorHit.cc.
References fEdep.
|
virtual |
Definition at line 48 of file SensitiveDetectorHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 68 of file SensitiveDetectorHit.cc.
|
inline |
Definition at line 61 of file SensitiveDetectorHit.hh.
References fEdep.
|
inline |
Definition at line 79 of file SensitiveDetectorHit.hh.
References SensitiveDetectorHitAllocator.
|
inline |
Definition at line 72 of file SensitiveDetectorHit.hh.
References SensitiveDetectorHitAllocator.
| const SensitiveDetectorHit & SensitiveDetectorHit::operator= | ( | const SensitiveDetectorHit & | right | ) |
Definition at line 56 of file SensitiveDetectorHit.cc.
References fEdep.
| G4int SensitiveDetectorHit::operator== | ( | const SensitiveDetectorHit & | right | ) | const |
Definition at line 63 of file SensitiveDetectorHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 73 of file SensitiveDetectorHit.cc.
References fEdep, G4BestUnit, G4cout, and G4endl.
|
inline |
Definition at line 59 of file SensitiveDetectorHit.hh.
References fEdep.
|
private |
Definition at line 61 of file SensitiveDetectorHit.hh.
Referenced by GetEdep(), operator=(), Print(), SensitiveDetectorHit(), and SetEdep().