![]() |
ATLAS Offline Software
|
Tool which manages the FixG4CreatorProcess user action. More...
#include <FixG4CreatorProcessTool.h>
Public Member Functions | |
| FixG4CreatorProcessTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. | |
Protected Member Functions | |
| virtual std::unique_ptr< FixG4CreatorProcess > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create the action for the current thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< FixG4CreatorProcess > | m_actions |
| Thread-specific storage of the user action. | |
Tool which manages the FixG4CreatorProcess user action.
Definition at line 19 of file FixG4CreatorProcessTool.h.
| G4UA::FixG4CreatorProcessTool::FixG4CreatorProcessTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 11 of file FixG4CreatorProcessTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 47 of file UserActionToolBase.h.
|
finaloverrideprotectedvirtual |
Create the action for the current thread.
Implements G4UA::UserActionToolBase< FixG4CreatorProcess >.
Definition at line 20 of file FixG4CreatorProcessTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.