ATLAS Offline Software
|
Tool which manages the FluxRecorder action. More...
#include <FluxRecorderTool.h>
Public Member Functions | |
FluxRecorderTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard tool ctor. More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< FluxRecorder > | makeAndFillAction (G4AtlasUserActions &) override final |
create action for this thread More... | |
Protected Attributes | |
ThreadSpecificUserAction< FluxRecorder > | m_actions |
Thread-specific storage of the user action. More... | |
Tool which manages the FluxRecorder action.
Create the FluxRecorder for each worker thread
Definition at line 24 of file FluxRecorderTool.h.
G4UA::FluxRecorderTool::FluxRecorderTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Standard tool ctor.
Definition at line 10 of file FluxRecorderTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
create action for this thread
Implements G4UA::UserActionToolBase< FluxRecorder >.
Definition at line 18 of file FluxRecorderTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.