LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "HepevtInputAction_service.hh"
Public Member Functions | |
HepevtInputActionService (fhicl::ParameterSet const &) | |
void | initialize () override |
void | generatePrimaries (G4Event *anEvent) override |
std::string const & | myName () const |
Private Attributes | |
std::unique_ptr< G4VPrimaryGenerator > | HEPEvt_ {nullptr} |
std::string | fileName_ |
Definition at line 48 of file HepevtInputAction_service.hh.
artg4tk::HepevtInputActionService::HepevtInputActionService | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 42 of file HepevtInputAction.cc.
|
overridevirtual |
Reimplemented from artg4tk::PrimaryGeneratorActionBase.
Definition at line 58 of file HepevtInputAction.cc.
References HEPEvt_.
|
overridevirtual |
Reimplemented from artg4tk::ActionBase.
Definition at line 48 of file HepevtInputAction.cc.
References fileName_, and HEPEvt_.
|
inlineinherited |
|
private |
Definition at line 59 of file HepevtInputAction_service.hh.
Referenced by initialize().
|
private |
Definition at line 58 of file HepevtInputAction_service.hh.
Referenced by generatePrimaries(), and initialize().