#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 |
|
) |
| |
◆ ~AddPhysicsDecayTool()
AddPhysicsDecayTool::~AddPhysicsDecayTool |
( |
| ) |
|
|
virtual |
◆ GetPhysicsOption()
auto AddPhysicsDecayTool::GetPhysicsOption |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode AddPhysicsDecayTool::initialize |
( |
| ) |
|
|
overridevirtual |
Initialize method.
Definition at line 57 of file AddPhysicsDecayTool.cxx.
65 while(std::getline(
ss, token,
','))
70 return StatusCode::SUCCESS;
◆ 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: