![]() |
ATLAS Offline Software
|
A Tool to manage TestActionEHist Create the TestActionEHist for each worker thread. More...
#include <TestActionEHistTool.h>
Public Member Functions | |
| TestActionEHistTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| 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< TestActionEHist > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create action for this thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< TestActionEHist > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| TestActionEHist::Config | m_config |
| holds the configuration details received from python | |
A Tool to manage TestActionEHist Create the TestActionEHist for each worker thread.
Note that since this is using ROOT access DIRECTLY, it is aonly tested and working with 1 thread. Operation with more than 1 thread will be disabled from the python side
Definition at line 22 of file TestActionEHistTool.h.
| G4UA::TestActionEHistTool::TestActionEHistTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 10 of file TestActionEHistTool.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.
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< TestActionEHist >.
Definition at line 25 of file TestActionEHistTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
holds the configuration details received from python
Definition at line 41 of file TestActionEHistTool.h.