Geant4
10.00.p02
|
#include <XrayFluoEventAction.hh>
Public Member Functions | |
XrayFluoEventAction (XrayFluoDetectorConstruction *) | |
XrayFluoEventAction (XrayFluoPlaneDetectorConstruction *) | |
XrayFluoEventAction (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 () |
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 | ( | XrayFluoDetectorConstruction * | det | ) |
Definition at line 62 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, G4cout, G4endl, XrayFluoDetectorConstruction::GetDetectorType(), XrayFluoDetectorConstruction::GetPhaseSpaceFlag(), and HPGeCollID.
XrayFluoEventAction::XrayFluoEventAction | ( | XrayFluoPlaneDetectorConstruction * | det | ) |
Definition at line 82 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, G4cout, G4endl, and XrayFluoPlaneDetectorConstruction::GetDetectorType().
XrayFluoEventAction::XrayFluoEventAction | ( | XrayFluoMercuryDetectorConstruction * | det | ) |
Definition at line 98 of file XrayFluoEventAction.cc.
References detectorType, eventMessenger, G4cout, G4endl, and XrayFluoMercuryDetectorConstruction::GetDetectorType().
|
virtual |
Definition at line 118 of file XrayFluoEventAction.cc.
References eventMessenger, G4cout, and G4endl.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 129 of file XrayFluoEventAction.cc.
References G4cout, G4endl, G4SDManager::GetCollectionID(), G4Event::GetEventID(), G4SDManager::GetSDMpointer(), and HPGeCollID.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 161 of file XrayFluoEventAction.cc.
References detectorType, G4THitsCollection< T >::entries(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), HPGeCollID, and XrayFluoVDetectorType::ResponseFunction().
Definition at line 209 of file XrayFluoEventAction.cc.
References eV, G4UniformRand, UUtils::Random(), 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().