![]() |
ATLAS Offline Software
|
Tool for the concrete implementation of a Physics List selection class. More...
#include "G4AtlasInfrstructure/AddPhysicsDecayTool.h"
Classes | |
| class | PhysicsConstructor |
Public Member Functions | |
| AddPhysicsDecayTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual | ~AddPhysicsDecayTool () |
| Destructor. | |
| virtual StatusCode | initialize () override |
| Initialize method. | |
| virtual UPPhysicsConstructor | GetPhysicsOption () override |
Protected Attributes | |
| Gaudi::Property< std::string > | m_ParticleName {this, "ParticleName", "NoFile", "Particle name"} |
| Gaudi::Property< double > | m_BR {this, "BR", 0, "Branching Ratio"} |
| Gaudi::Property< std::string > | m_Daughters {this, "Daughters", "NoFile", "Daughters"} |
| std::vector< std::string > | m_Daughters_vec |
Tool for the concrete implementation of a Physics List selection class.
Definition at line 23 of file AddPhysicsDecayTool.h.
| AddPhysicsDecayTool::AddPhysicsDecayTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 39 of file AddPhysicsDecayTool.cxx.
|
virtual |
|
overridevirtual |
Definition at line 126 of file AddPhysicsDecayTool.cxx.
|
overridevirtual |
Initialize method.
Definition at line 57 of file AddPhysicsDecayTool.cxx.
|
protected |
Definition at line 57 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 58 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 59 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 56 of file AddPhysicsDecayTool.h.