Tool for the concrete implementation of a Physics List selection class.
More...
#include "G4AtlasInfrstructure/AddPhysicsDecayTool.h"
|
| 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.
- Author
- Andrea Dell'Acqua
- Date
- 2014-10-01
Definition at line 23 of file AddPhysicsDecayTool.h.
◆ AddPhysicsDecayTool()
| AddPhysicsDecayTool::AddPhysicsDecayTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Standard constructor.
Definition at line 39 of file AddPhysicsDecayTool.cxx.
41 : base_class ( type, nam , parent )
42{
43 m_physicsOptionType = G4AtlasPhysicsOption::Type::GlobalProcesses;
44}
◆ ~AddPhysicsDecayTool()
| AddPhysicsDecayTool::~AddPhysicsDecayTool |
( |
| ) |
|
|
virtual |
◆ GetPhysicsOption()
| auto AddPhysicsDecayTool::GetPhysicsOption |
( |
| ) |
|
|
overridevirtual |
Definition at line 126 of file AddPhysicsDecayTool.cxx.
126 {
127
128 return std::make_unique<AddPhysicsDecayTool::PhysicsConstructor>(
131}
◆ initialize()
| StatusCode AddPhysicsDecayTool::initialize |
( |
| ) |
|
|
overridevirtual |
Initialize method.
Definition at line 57 of file AddPhysicsDecayTool.cxx.
58{
61
63 std::string token;
64
65 while(std::getline(
ss, token,
','))
66 {
68 }
69
70 return StatusCode::SUCCESS;
71}
◆ m_BR
| Gaudi::Property<double> AddPhysicsDecayTool::m_BR {this, "BR", 0, "Branching Ratio"} |
|
protected |
◆ m_Daughters
| Gaudi::Property<std::string> AddPhysicsDecayTool::m_Daughters {this, "Daughters", "NoFile", "Daughters"} |
|
protected |
◆ m_Daughters_vec
| std::vector<std::string> AddPhysicsDecayTool::m_Daughters_vec |
|
protected |
◆ m_ParticleName
| Gaudi::Property<std::string> AddPhysicsDecayTool::m_ParticleName {this, "ParticleName", "NoFile", "Particle name"} |
|
protected |
The documentation for this class was generated from the following files: