LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ArtG4EventAction.hh"
Public Member Functions | |
ArtG4EventAction (ActionHolderService *actionHolder, DetectorHolderService *detectorHolder) | |
Private Member Functions | |
void | BeginOfEventAction (const G4Event *currentEvent) override |
void | EndOfEventAction (const G4Event *currentEvent) override |
Private Attributes | |
ActionHolderService * | actionHolder_ |
DetectorHolderService * | detectorHolder_ |
Definition at line 18 of file ArtG4EventAction.hh.
artg4tk::ArtG4EventAction::ArtG4EventAction | ( | ActionHolderService * | actionHolder, |
DetectorHolderService * | detectorHolder | ||
) |
Definition at line 13 of file ArtG4EventAction.cc.
References detectorHolder_.
|
overrideprivate |
Definition at line 20 of file ArtG4EventAction.cc.
References actionHolder_, and artg4tk::ActionHolderService::beginOfEventAction().
|
overrideprivate |
Definition at line 28 of file ArtG4EventAction.cc.
References actionHolder_, detectorHolder_, artg4tk::ActionHolderService::endOfEventAction(), and artg4tk::DetectorHolderService::fillEventWithArtHits().
|
private |
Definition at line 32 of file ArtG4EventAction.hh.
Referenced by BeginOfEventAction(), and EndOfEventAction().
|
private |
Definition at line 33 of file ArtG4EventAction.hh.
Referenced by ArtG4EventAction(), and EndOfEventAction().