Geant4
10.02.p02
|
#include <LXeScintHit.hh>
Public Member Functions | |
LXeScintHit () | |
LXeScintHit (G4VPhysicalVolume *pVol) | |
virtual | ~LXeScintHit () |
LXeScintHit (const LXeScintHit &right) | |
const LXeScintHit & | operator= (const LXeScintHit &right) |
G4int | operator== (const LXeScintHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
virtual void | Draw () |
virtual void | Print () |
void | SetEdep (G4double de) |
void | AddEdep (G4double de) |
G4double | GetEdep () |
void | SetPos (G4ThreeVector xyz) |
G4ThreeVector | GetPos () |
const G4VPhysicalVolume * | GetPhysV () |
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 |
G4ThreeVector | fPos |
const G4VPhysicalVolume * | fPhysVol |
Definition at line 46 of file LXeScintHit.hh.
LXeScintHit::LXeScintHit | ( | ) |
Definition at line 44 of file LXeScintHit.cc.
LXeScintHit::LXeScintHit | ( | G4VPhysicalVolume * | pVol | ) |
Definition at line 48 of file LXeScintHit.cc.
|
virtual |
Definition at line 52 of file LXeScintHit.cc.
LXeScintHit::LXeScintHit | ( | const LXeScintHit & | right | ) |
Definition at line 56 of file LXeScintHit.cc.
|
inline |
Definition at line 64 of file LXeScintHit.hh.
References fEdep.
|
virtual |
Reimplemented from G4VHit.
Definition at line 81 of file LXeScintHit.cc.
|
inline |
Definition at line 65 of file LXeScintHit.hh.
References fEdep.
|
inline |
Definition at line 70 of file LXeScintHit.hh.
References fPhysVol.
|
inline |
Definition at line 68 of file LXeScintHit.hh.
References fPos.
|
inline |
Definition at line 90 of file LXeScintHit.hh.
References LXeScintHitAllocator.
|
inline |
Definition at line 83 of file LXeScintHit.hh.
References LXeScintHitAllocator.
const LXeScintHit & LXeScintHit::operator= | ( | const LXeScintHit & | right | ) |
Definition at line 65 of file LXeScintHit.cc.
G4int LXeScintHit::operator== | ( | const LXeScintHit & | right | ) | const |
Definition at line 74 of file LXeScintHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 85 of file LXeScintHit.cc.
|
inline |
Definition at line 63 of file LXeScintHit.hh.
References fEdep.
Referenced by LXeScintSD::ProcessHits().
|
inline |
Definition at line 67 of file LXeScintHit.hh.
References fPos.
Referenced by LXeScintSD::ProcessHits().
|
private |
Definition at line 73 of file LXeScintHit.hh.
Referenced by AddEdep(), GetEdep(), LXeScintHit(), operator=(), and SetEdep().
|
private |
Definition at line 75 of file LXeScintHit.hh.
Referenced by GetPhysV(), LXeScintHit(), and operator=().
|
private |
Definition at line 74 of file LXeScintHit.hh.
Referenced by GetPos(), LXeScintHit(), operator=(), and SetPos().