![]() |
ATLAS Offline Software
|
#include "G4Utilities/G4StepLimitationTool.h"
Classes | |
class | PhysicsConstructor |
Public Member Functions | |
G4StepLimitationTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual | ~G4StepLimitationTool () |
Destructor. More... | |
virtual StatusCode | initialize () override |
Initialize method. More... | |
UPPhysicsConstructor | GetPhysicsOption () override |
Implements. More... | |
Tool for the concrete implementation of a Physics List selection class
Definition at line 21 of file G4StepLimitationTool.h.
G4StepLimitationTool::G4StepLimitationTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
virtual |
|
override |
Definition at line 56 of file G4StepLimitationTool.cxx.
|
overridevirtual |