QwGeant4
|
Handling of a Photomultiplier Hit of the Trigger Scintillator detector. More...
#include <QweakSimTriggerScintillator_PMTHit.hh>
Inherits G4VHit.
Public Member Functions | |
QweakSimTriggerScintillator_PMTHit () | |
QweakSimTriggerScintillator_PMTHit (G4int detector_id) | |
virtual | ~QweakSimTriggerScintillator_PMTHit () |
QweakSimTriggerScintillator_PMTHit (const QweakSimTriggerScintillator_PMTHit &right) | |
const QweakSimTriggerScintillator_PMTHit & | operator= (const QweakSimTriggerScintillator_PMTHit &right) |
int | operator== (const QweakSimTriggerScintillator_PMTHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
float | x () |
float | y () |
void | StorePMTID (G4int pmt_id) |
G4int | GetPMTID () const |
void | StorePhotonEnergy (G4double eng) |
G4double | GetPhotonEnergy () const |
Private Attributes | |
G4int | PMTID |
G4double | currentPhotonEnergy |
Handling of a Photomultiplier Hit of the Trigger Scintillator detector.
Placeholder for a long explaination
Definition at line 57 of file QweakSimTriggerScintillator_PMTHit.hh.
QweakSimTriggerScintillator_PMTHit::QweakSimTriggerScintillator_PMTHit | ( | ) |
QweakSimTriggerScintillator_PMTHit::QweakSimTriggerScintillator_PMTHit | ( | G4int | detector_id | ) |
|
virtual |
QweakSimTriggerScintillator_PMTHit::QweakSimTriggerScintillator_PMTHit | ( | const QweakSimTriggerScintillator_PMTHit & | right | ) |
|
inline |
Definition at line 88 of file QweakSimTriggerScintillator_PMTHit.hh.
References currentPhotonEnergy.
|
inline |
Definition at line 85 of file QweakSimTriggerScintillator_PMTHit.hh.
References PMTID.
|
inline |
Definition at line 109 of file QweakSimTriggerScintillator_PMTHit.hh.
References QweakSimTriggerScintillator_PMTHitAllocator.
|
inline |
Definition at line 100 of file QweakSimTriggerScintillator_PMTHit.hh.
References QweakSimTriggerScintillator_PMTHitAllocator.
const QweakSimTriggerScintillator_PMTHit& QweakSimTriggerScintillator_PMTHit::operator= | ( | const QweakSimTriggerScintillator_PMTHit & | right | ) |
int QweakSimTriggerScintillator_PMTHit::operator== | ( | const QweakSimTriggerScintillator_PMTHit & | right | ) | const |
|
inline |
Definition at line 87 of file QweakSimTriggerScintillator_PMTHit.hh.
References currentPhotonEnergy.
|
inline |
Definition at line 84 of file QweakSimTriggerScintillator_PMTHit.hh.
References PMTID.
|
inline |
|
inline |
|
private |
Definition at line 80 of file QweakSimTriggerScintillator_PMTHit.hh.
Referenced by GetPhotonEnergy(), and StorePhotonEnergy().
|
private |
Definition at line 79 of file QweakSimTriggerScintillator_PMTHit.hh.
Referenced by GetPMTID(), and StorePMTID().