ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/xray_fluorescence/include/XrayFluoSensorHit.hh>
Public Member Functions | |
XrayFluoSensorHit () | |
~XrayFluoSensorHit () | |
XrayFluoSensorHit (const XrayFluoSensorHit &) | |
const XrayFluoSensorHit & | operator= (const XrayFluoSensorHit &) |
G4bool | operator== (const XrayFluoSensorHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
void | AddEnergy (G4double de) |
void | Draw () |
void | Print () |
G4double | GetEdepTot () |
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 | EdepTot |
G4double | EdepDetect |
Definition at line 49 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 49 of file XrayFluoSensorHit.hh
XrayFluoSensorHit::XrayFluoSensorHit | ( | ) |
Definition at line 42 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 42 of file XrayFluoSensorHit.cc
References EdepDetect, and EdepTot.
XrayFluoSensorHit::~XrayFluoSensorHit | ( | ) |
Definition at line 65 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 65 of file XrayFluoSensorHit.cc
XrayFluoSensorHit::XrayFluoSensorHit | ( | const XrayFluoSensorHit & | right | ) |
Definition at line 53 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 53 of file XrayFluoSensorHit.cc
References EdepDetect, and EdepTot.
Definition at line 60 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 60 of file XrayFluoSensorHit.hh
References EdepTot.
Referenced by XrayFluoHPGeSD::ProcessHits(), and XrayFluoSD::ProcessHits().
|
virtual |
Reimplemented from G4VHit.
Definition at line 89 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 89 of file XrayFluoSensorHit.cc
|
inline |
Definition at line 63 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 63 of file XrayFluoSensorHit.hh
References EdepTot.
Definition at line 90 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 90 of file XrayFluoSensorHit.hh
References XrayFluoSensorHitAllocator.
|
inline |
Definition at line 81 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 81 of file XrayFluoSensorHit.hh
References XrayFluoSensorHitAllocator.
const XrayFluoSensorHit & XrayFluoSensorHit::operator= | ( | const XrayFluoSensorHit & | right | ) |
Definition at line 73 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 73 of file XrayFluoSensorHit.cc
References EdepDetect, and EdepTot.
G4bool XrayFluoSensorHit::operator== | ( | const XrayFluoSensorHit & | ) | const |
Definition at line 83 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 83 of file XrayFluoSensorHit.cc
Reimplemented from G4VHit.
Definition at line 94 of file XrayFluoSensorHit.cc.
View newest version in sPHENIX GitHub at line 94 of file XrayFluoSensorHit.cc
|
private |
Definition at line 69 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 69 of file XrayFluoSensorHit.hh
Referenced by operator=(), and XrayFluoSensorHit().
|
private |
Definition at line 63 of file XrayFluoSensorHit.hh.
View newest version in sPHENIX GitHub at line 63 of file XrayFluoSensorHit.hh
Referenced by AddEnergy(), GetEdepTot(), operator=(), and XrayFluoSensorHit().