![]() |
ATLAS Offline Software
|
Tool which manages the TestActionVPTimer action. More...
#include <TestActionVPTimerTool.h>
Public Member Functions | |
| TestActionVPTimerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual StatusCode | finalize () override |
| Triggers report merging from threads. | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. | |
Protected Member Functions | |
| virtual std::unique_ptr< TestActionVPTimer > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create action for this thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< TestActionVPTimer > | m_actions |
| Thread-specific storage of the user action. | |
Private Member Functions | |
| void | TimerPrint (std::pair< VolTree, TestActionVPTimer::volumeData >, const double tTotal, const int depth=0) const |
| void | TreeOut (const VolTree &, const double tAtlas, int depth=0) |
Private Attributes | |
| TestActionVPTimer::Config | m_config |
| holds the runtime configuration | |
| TestActionVPTimer::Report | m_report |
| holds data to be reported at end of run | |
Tool which manages the TestActionVPTimer action.
Create the TestActionVPTimer for each worker thread and merges timing results in finalization.
Definition at line 23 of file TestActionVPTimerTool.h.
| G4UA::TestActionVPTimerTool::TestActionVPTimerTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 40 of file TestActionVPTimerTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 47 of file UserActionToolBase.h.
|
overridevirtual |
Triggers report merging from threads.
Definition at line 65 of file TestActionVPTimerTool.cxx.
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< TestActionVPTimer >.
Definition at line 54 of file TestActionVPTimerTool.cxx.
|
inlineprivate |
Definition at line 139 of file TestActionVPTimerTool.cxx.
|
private |
Definition at line 123 of file TestActionVPTimerTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
holds the runtime configuration
Definition at line 42 of file TestActionVPTimerTool.h.
|
private |
holds data to be reported at end of run
Definition at line 44 of file TestActionVPTimerTool.h.