ATLAS Offline Software
|
#include "G4AtlasInfrstructure/AddPhysicsDecayTool.h"
Public Member Functions | |
AddPhysicsDecayTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual | ~AddPhysicsDecayTool () |
Destructor. More... | |
virtual StatusCode | initialize () override |
Initialize method. More... | |
virtual void | ConstructProcess () override |
virtual AddPhysicsDecayTool * | GetPhysicsOption () override |
virtual void | ConstructParticle () 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 | ||
) |
|
virtual |
|
overridevirtual |
Definition at line 134 of file AddPhysicsDecayTool.cxx.
|
overridevirtual |
Definition at line 71 of file AddPhysicsDecayTool.cxx.
|
overridevirtual |
Definition at line 126 of file AddPhysicsDecayTool.cxx.
|
overridevirtual |
|
protected |
Definition at line 42 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 43 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 44 of file AddPhysicsDecayTool.h.
|
protected |
Definition at line 41 of file AddPhysicsDecayTool.h.