ATLAS Offline Software
Loading...
Searching...
No Matches
CelerOffload.h
Go to the documentation of this file.
1#ifndef G4USERACTIONS_CELEROFFLOAD_H
2#define G4USERACTIONS_CELEROFFLOAD_H
3
5
6#include "G4UserRunAction.hh"
7
8namespace G4UA {
9
10 class CelerOffload : public AthMessaging, public G4UserRunAction
11 {
12 public:
14 virtual void BeginOfRunAction(const G4Run*) override;
15 virtual void EndOfRunAction(const G4Run*) override;
16 };
17}
18#endif
19
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
virtual void EndOfRunAction(const G4Run *) override
virtual void BeginOfRunAction(const G4Run *) override