ATLAS Offline Software
|
Tool which manages the VolumeDebugger action. More...
#include <VolumeDebuggerTool.h>
Public Member Functions | |
VolumeDebuggerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
standard tool constructor More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< VolumeDebugger > | makeAndFillAction (G4AtlasUserActions &) override final |
builds the action for a thread More... | |
Protected Attributes | |
ThreadSpecificUserAction< VolumeDebugger > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
VolumeDebugger::Config | m_config |
holds the configuration received from the python side More... | |
Tool which manages the VolumeDebugger action.
Create the VolumeDebugger for each worker thread
Definition at line 21 of file VolumeDebuggerTool.h.
G4UA::VolumeDebuggerTool::VolumeDebuggerTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
builds the action for a thread
Implements G4UA::UserActionToolBase< VolumeDebugger >.
Definition at line 28 of file VolumeDebuggerTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
holds the configuration received from the python side
Definition at line 32 of file VolumeDebuggerTool.h.