 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
6 #define G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
27 const IInterface*
parent );
39 const std::string& particle_name,
double br,
40 const std::vector<std::string>& daughters_vec)
56 Gaudi::Property<std::string>
m_ParticleName{
this,
"ParticleName",
"NoFile",
"Particle name"};
57 Gaudi::Property<double>
m_BR{
this,
"BR", 0,
"Branching Ratio"};
58 Gaudi::Property<std::string>
m_Daughters{
this,
"Daughters",
"NoFile",
"Daughters"};
62 #endif //G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.