![]() |
ATLAS Offline Software
|
Tool which manages the ScoringVolumeTrackKiller user action. More...
#include <ScoringVolumeTrackKillerTool.h>
Public Member Functions | |
| ScoringVolumeTrackKillerTool (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< ScoringVolumeTrackKiller > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create the action for the current thread. More... | |
Protected Attributes | |
| ThreadSpecificUserAction< ScoringVolumeTrackKiller > | m_actions |
| Thread-specific storage of the user action. More... | |
Tool which manages the ScoringVolumeTrackKiller user action.
Definition at line 19 of file ScoringVolumeTrackKillerTool.h.
| G4UA::ScoringVolumeTrackKillerTool::ScoringVolumeTrackKillerTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Definition at line 11 of file ScoringVolumeTrackKillerTool.cxx.
|
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 the action for the current thread.
Implements G4UA::UserActionToolBase< ScoringVolumeTrackKiller >.
Definition at line 20 of file ScoringVolumeTrackKillerTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
1.8.18