ATLAS Offline Software
Loading...
Searching...
No Matches
SyncPrimaryGeneratorAction.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4RUNMANAGEMENT_SyncPrimaryGeneratorAction_H
6#define G4RUNMANAGEMENT_SyncPrimaryGeneratorAction_H
7
9#include "G4VUserPrimaryGeneratorAction.hh"
10
11class G4Event;
12
13class AtlasGeant4DataInterface;
14
15namespace G4UA
16{
17
18class SyncPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
19{
20public:
22
23 virtual void GeneratePrimaries(G4Event*) override;
24
25private:
27};
28
29} // namespace G4UA
30
31#endif
virtual void GeneratePrimaries(G4Event *) override
Provides an interface to interact with the Geant4 run.
Definition IG4RunTool.h:22