Geant4
10.02.p02
|
#include <XrayFluoEventAction.hh>
Public Member Functions | |
XrayFluoEventAction (const XrayFluoDetectorConstruction *) | |
XrayFluoEventAction (const XrayFluoPlaneDetectorConstruction *) | |
XrayFluoEventAction (const XrayFluoMercuryDetectorConstruction *) | |
virtual | ~XrayFluoEventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
void | SetDrawFlag (G4String val) |
void | SetPrintModulo (G4int val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Member Functions | |
G4double | RandomCut (G4double) |
Private Attributes | |
G4String | drawFlag |
G4int | HPGeCollID |
XrayFluoEventActionMessenger * | eventMessenger |
G4int | printModulo |
XrayFluoVDetectorType * | detectorType |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 54 of file XrayFluoEventAction.hh.
XrayFluoEventAction::XrayFluoEventAction | ( | const XrayFluoDetectorConstruction * | det | ) |
Definition at line 60 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, XrayFluoDetectorConstruction::GetDetectorType(), XrayFluoDetectorConstruction::GetPhaseSpaceFlag(), and HPGeCollID.
XrayFluoEventAction::XrayFluoEventAction | ( | const XrayFluoPlaneDetectorConstruction * | det | ) |
Definition at line 77 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, and XrayFluoPlaneDetectorConstruction::GetDetectorType().
XrayFluoEventAction::XrayFluoEventAction | ( | const XrayFluoMercuryDetectorConstruction * | det | ) |
Definition at line 90 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, and XrayFluoMercuryDetectorConstruction::GetDetectorType().
|
virtual |
Definition at line 103 of file XrayFluoEventAction.cc.
References eventMessenger.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 111 of file XrayFluoEventAction.cc.
References G4cout, G4endl, G4SDManager::GetCollectionID(), G4Event::GetEventID(), G4SDManager::GetSDMpointer(), and HPGeCollID.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 137 of file XrayFluoEventAction.cc.
References XrayFluoAnalysisManager::analyseEnergyDep(), detectorType, G4THitsCollection< T >::entries(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), XrayFluoAnalysisManager::getInstance(), HPGeCollID, and XrayFluoVDetectorType::ResponseFunction().
Definition at line 172 of file XrayFluoEventAction.cc.
References epsilon(), eV, G4UniformRand, and G4INCL::DeJongSpin::shoot().
|
inline |
Definition at line 69 of file XrayFluoEventAction.hh.
References drawFlag.
Referenced by XrayFluoEventActionMessenger::SetNewValue().
|
inline |
Definition at line 70 of file XrayFluoEventAction.hh.
References printModulo.
Referenced by XrayFluoEventActionMessenger::SetNewValue().
|
private |
Definition at line 86 of file XrayFluoEventAction.hh.
Referenced by EndOfEventAction(), and XrayFluoEventAction().
|
private |
Definition at line 70 of file XrayFluoEventAction.hh.
Referenced by SetDrawFlag().
|
private |
Definition at line 78 of file XrayFluoEventAction.hh.
Referenced by XrayFluoEventAction(), and ~XrayFluoEventAction().
|
private |
Definition at line 75 of file XrayFluoEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and XrayFluoEventAction().
|
private |
Definition at line 79 of file XrayFluoEventAction.hh.
Referenced by SetPrintModulo().