ATLAS Offline Software
|
#include <EnergyConservationTestTool.h>
Public Member Functions | |
EnergyConservationTestTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< EnergyConservationTest > | makeAndFillAction (G4AtlasUserActions &) override final |
Make the action and push onto the lists. More... | |
Protected Attributes | |
ThreadSpecificUserAction< EnergyConservationTest > | m_actions |
Thread-specific storage of the user action. More... | |
Definition at line 14 of file EnergyConservationTestTool.h.
G4UA::EnergyConservationTestTool::EnergyConservationTestTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 10 of file EnergyConservationTestTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Make the action and push onto the lists.
Implements G4UA::UserActionToolBase< EnergyConservationTest >.
Definition at line 17 of file EnergyConservationTestTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.