![]() |
ATLAS Offline Software
|
#include <SyncEventActionTool.h>
Public Member Functions | |
| 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< SyncEventAction > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create the action for the current thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< SyncEventAction > | m_actions |
| Thread-specific storage of the user action. | |
Definition at line 15 of file SyncEventActionTool.h.
|
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< SyncEventAction >.
Definition at line 12 of file SyncEventActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.