![]() |
ATLAS Offline Software
|
Tool which manages the LengthIntegrator action. More...
#include <LengthIntegratorTool.h>
Public Member Functions | |
| LengthIntegratorTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. More... | |
| virtual StatusCode | initialize () override |
| Initialize the tool. More... | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. More... | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. More... | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. More... | |
Protected Member Functions | |
| virtual std::unique_ptr< LengthIntegrator > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create aciton for this thread. More... | |
Protected Attributes | |
| ThreadSpecificUserAction< LengthIntegrator > | m_actions |
| Thread-specific storage of the user action. More... | |
Private Attributes | |
| ServiceHandle< ITHistSvc > | m_hSvc |
| Handle to the histogram service. More... | |
| bool | m_doHistos |
Tool which manages the LengthIntegrator action.
Creates the LengthIntegrator for each worker thread.
Definition at line 26 of file LengthIntegratorTool.h.
| G4UA::LengthIntegratorTool::LengthIntegratorTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Definition at line 13 of file LengthIntegratorTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
Calls EndOfAthenaEvent.
Definition at line 61 of file UserActionToolBase.h.
|
inlinefinaloverridevirtualinherited |
|
overridevirtual |
|
finaloverrideprotectedvirtual |
Create aciton for this thread.
Implements G4UA::UserActionToolBase< LengthIntegrator >.
Definition at line 40 of file LengthIntegratorTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
Definition at line 51 of file LengthIntegratorTool.h.
|
private |
Handle to the histogram service.
Definition at line 47 of file LengthIntegratorTool.h.
1.8.18