ATLAS Offline Software
|
Tool which manages the TestActionTimer action. More...
#include <TestActionTimerTool.h>
Public Member Functions | |
TestActionTimerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual StatusCode | initialize () override |
Initialize the tool. More... | |
virtual StatusCode | finalize () override |
Finalize the tool. More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< TestActionTimer > | makeAndFillAction (G4AtlasUserActions &) override final |
Create action for this thread. More... | |
Protected Attributes | |
ThreadSpecificUserAction< TestActionTimer > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
ServiceHandle< ITHistSvc > | m_histSvc |
HistSvc to record timing histograms. More... | |
Tool which manages the TestActionTimer action.
Create the TestActionTimer for each worker thread
Definition at line 23 of file TestActionTimerTool.h.
|
inlinefinaloverridevirtualinherited |
|
overridevirtual |
Finalize the tool.
Definition at line 37 of file TestActionTimerTool.cxx.
|
overridevirtual |
Initialize the tool.
Definition at line 20 of file TestActionTimerTool.cxx.
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< TestActionTimer >.
Definition at line 27 of file TestActionTimerTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
HistSvc to record timing histograms.
Definition at line 42 of file TestActionTimerTool.h.