#include <SyncRunAction.h>
Definition at line 18 of file SyncRunAction.h.
◆ SyncRunAction()
| G4UA::SyncRunAction::SyncRunAction |
( |
IG4RunTool * | g4RunTool | ) |
|
◆ BeginOfRunAction()
| void G4UA::SyncRunAction::BeginOfRunAction |
( |
const G4Run * | | ) |
|
|
overridevirtual |
Definition at line 19 of file SyncRunAction.cxx.
20{
21 if(isMaster) {
22 G4cout << "Notify Athena that Geant4 run has started"<< G4endl;
24 }
25}
◆ EndOfRunAction()
| void G4UA::SyncRunAction::EndOfRunAction |
( |
const G4Run * | | ) |
|
|
overridevirtual |
◆ m_g4RunTool
The documentation for this class was generated from the following files: