Geant4
10.02.p02
|
#include <WLSEventAction.hh>
Public Member Functions | |
WLSEventAction (WLSRunAction *) | |
virtual | ~WLSEventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
G4int | GetEventNo () |
void | SetEventVerbose (G4int) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Attributes | |
WLSRunAction * | fRunAction |
WLSEventActionMessenger * | fEventMessenger |
G4int | fVerboseLevel |
G4int | fMPPCCollID |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 44 of file WLSEventAction.hh.
WLSEventAction::WLSEventAction | ( | WLSRunAction * | runaction | ) |
Definition at line 54 of file WLSEventAction.cc.
References fEventMessenger, and fMPPCCollID.
|
virtual |
Definition at line 64 of file WLSEventAction.cc.
References fEventMessenger.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 71 of file WLSEventAction.cc.
References fVerboseLevel, G4cout, G4endl, and G4Event::GetEventID().
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 83 of file WLSEventAction.cc.
References fMPPCCollID, fRunAction, fVerboseLevel, G4cout, G4endl, G4Threading::G4GetThreadId(), G4SDManager::GetCollectionID(), G4Event::GetEventID(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), WLSRunAction::GetRndmFreq(), and G4SDManager::GetSDMpointer().
G4int WLSEventAction::GetEventNo | ( | ) |
Definition at line 119 of file WLSEventAction.cc.
References G4UserEventAction::fpEventManager, G4EventManager::GetConstCurrentEvent(), and G4Event::GetEventID().
void WLSEventAction::SetEventVerbose | ( | G4int | level | ) |
Definition at line 126 of file WLSEventAction.cc.
References fVerboseLevel.
Referenced by WLSEventActionMessenger::SetNewValue().
|
private |
Definition at line 62 of file WLSEventAction.hh.
Referenced by WLSEventAction(), and ~WLSEventAction().
|
private |
Definition at line 66 of file WLSEventAction.hh.
Referenced by EndOfEventAction(), and WLSEventAction().
|
private |
Definition at line 61 of file WLSEventAction.hh.
Referenced by EndOfEventAction().
|
private |
Definition at line 64 of file WLSEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and SetEventVerbose().