ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/optical/LXe/include/LXeScintHit.hh>
Public Member Functions | |
LXeScintHit () | |
LXeScintHit (G4VPhysicalVolume *pVol) | |
virtual | ~LXeScintHit () |
LXeScintHit (const LXeScintHit &right) | |
const LXeScintHit & | operator= (const LXeScintHit &right) |
G4bool | 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 () |
G4bool | 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 45 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 45 of file LXeScintHit.hh
LXeScintHit::LXeScintHit | ( | ) |
Definition at line 43 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 43 of file LXeScintHit.cc
LXeScintHit::LXeScintHit | ( | G4VPhysicalVolume * | pVol | ) |
Definition at line 47 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 47 of file LXeScintHit.cc
|
virtual |
Definition at line 51 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 51 of file LXeScintHit.cc
LXeScintHit::LXeScintHit | ( | const LXeScintHit & | right | ) |
Definition at line 55 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 55 of file LXeScintHit.cc
Definition at line 63 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 63 of file LXeScintHit.hh
References fEdep.
|
virtual |
Reimplemented from G4VHit.
Definition at line 80 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 80 of file LXeScintHit.cc
|
inline |
Definition at line 64 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 64 of file LXeScintHit.hh
References fEdep.
|
inline |
Definition at line 69 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 69 of file LXeScintHit.hh
References fPhysVol.
|
inline |
Definition at line 67 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 67 of file LXeScintHit.hh
References fPos.
Definition at line 89 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 89 of file LXeScintHit.hh
References LXeScintHitAllocator.
|
inline |
Definition at line 82 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 82 of file LXeScintHit.hh
References LXeScintHitAllocator.
const LXeScintHit & LXeScintHit::operator= | ( | const LXeScintHit & | right | ) |
Definition at line 64 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 64 of file LXeScintHit.cc
G4bool LXeScintHit::operator== | ( | const LXeScintHit & | right | ) | const |
Definition at line 73 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 73 of file LXeScintHit.cc
Reimplemented from G4VHit.
Definition at line 84 of file LXeScintHit.cc.
View newest version in sPHENIX GitHub at line 84 of file LXeScintHit.cc
Definition at line 62 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 62 of file LXeScintHit.hh
References fEdep.
Referenced by LXeScintSD::ProcessHits().
|
inline |
Definition at line 66 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 66 of file LXeScintHit.hh
References fPos.
Referenced by LXeScintSD::ProcessHits().
|
private |
Definition at line 72 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 72 of file LXeScintHit.hh
Referenced by AddEdep(), GetEdep(), LXeScintHit(), operator=(), and SetEdep().
|
private |
Definition at line 74 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 74 of file LXeScintHit.hh
Referenced by GetPhysV(), LXeScintHit(), and operator=().
|
private |
Definition at line 73 of file LXeScintHit.hh.
View newest version in sPHENIX GitHub at line 73 of file LXeScintHit.hh
Referenced by GetPos(), LXeScintHit(), operator=(), and SetPos().