ATLAS Offline Software
Loading...
Searching...
No Matches
SyncEventAction.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_SyncEventAction_H
6#define G4RUNMANAGEMENT_SyncEventAction_H
7
8#include "G4UserEventAction.hh"
9
10namespace G4UA
11{
12
13class SyncEventAction : public G4UserEventAction
14{
15public:
16 virtual void BeginOfEventAction(const G4Event*) override;
17 virtual void EndOfEventAction(const G4Event*) override;
18};
19
20} // namespace G4UA
21
22#endif
23
24
virtual void EndOfEventAction(const G4Event *) override
virtual void BeginOfEventAction(const G4Event *) override