![]() |
ATLAS Offline Software
|
Tool which manages the Geant4SetupChecker. More...
#include <Geant4SetupCheckerTool.h>
Public Member Functions | |
| Geant4SetupCheckerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. More... | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. More... | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. More... | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. More... | |
Protected Member Functions | |
| virtual std::unique_ptr< Geant4SetupChecker > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create an action for this thread. More... | |
Protected Attributes | |
| ThreadSpecificUserAction< Geant4SetupChecker > | m_actions |
| Thread-specific storage of the user action. More... | |
Private Attributes | |
| std::string | m_file_location |
| File location for reference file. More... | |
| bool | m_test |
| Test the setup or write a reference file? More... | |
Tool which manages the Geant4SetupChecker.
Definition at line 19 of file Geant4SetupCheckerTool.h.
| G4UA::Geant4SetupCheckerTool::Geant4SetupCheckerTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
Calls EndOfAthenaEvent.
Definition at line 61 of file UserActionToolBase.h.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Create an action for this thread.
Implements G4UA::UserActionToolBase< Geant4SetupChecker >.
Definition at line 22 of file Geant4SetupCheckerTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
File location for reference file.
Definition at line 31 of file Geant4SetupCheckerTool.h.
|
private |
Test the setup or write a reference file?
Definition at line 33 of file Geant4SetupCheckerTool.h.
1.8.18