5#ifndef G4ATLASTOOLS__G4UA_G4ATLASPRIMARYGENERATORACTION_H
6#define G4ATLASTOOLS__G4UA_G4ATLASPRIMARYGENERATORACTION_H
12#include <G4VUserPrimaryGeneratorAction.hh>
44 std::vector<G4VUserPrimaryGeneratorAction*>
m_actions;
ATLAS subclass of the G4 primary generator action.
std::vector< G4VUserPrimaryGeneratorAction * > m_actions
List of ATLAS primary generator actions.
void GeneratePrimaries(G4Event *anEvent) override final
Geant4 method for primary generation.
void addPrimaryGeneratorAction(G4VUserPrimaryGeneratorAction *action)
Add one action to the list.