ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4RunManagement
src
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
10
namespace
G4UA
11
{
12
13
class
SyncEventAction
:
public
G4UserEventAction
14
{
15
public
:
16
virtual
void
BeginOfEventAction
(
const
G4Event*)
override
;
17
virtual
void
EndOfEventAction
(
const
G4Event*)
override
;
18
};
19
20
}
// namespace G4UA
21
22
#endif
23
24
G4UA::SyncEventAction
Definition
SyncEventAction.h:14
G4UA::SyncEventAction::EndOfEventAction
virtual void EndOfEventAction(const G4Event *) override
Definition
SyncEventAction.cxx:23
G4UA::SyncEventAction::BeginOfEventAction
virtual void BeginOfEventAction(const G4Event *) override
Definition
SyncEventAction.cxx:16
G4UA
for nSW
Definition
CalibrationDefaultProcessing.h:19
Generated on
for ATLAS Offline Software by
1.14.0