ATLAS Offline Software
|
Tool which manages the volume dumper action. More...
#include <VolumeDumperTool.h>
Public Member Functions | |
VolumeDumperTool (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... | |
Protected Member Functions | |
virtual std::unique_ptr< VolumeDumper > | makeAndFillAction (G4AtlasUserActions &) override final |
creates the action instances More... | |
Protected Attributes | |
ThreadSpecificUserAction< VolumeDumper > | m_actions |
Thread-specific storage of the user action. More... | |
Tool which manages the volume dumper action.
Definition at line 26 of file VolumeDumperTool.h.
G4UA::VolumeDumperTool::VolumeDumperTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Standard constructor.
Definition at line 13 of file VolumeDumperTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
creates the action instances
Implements G4UA::UserActionToolBase< VolumeDumper >.
Definition at line 23 of file VolumeDumperTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.