|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
6 #define G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
11 #include "G4VPhysicsConstructor.hh"
23 class AddPhysicsDecayTool :
public G4VPhysicsConstructor,
public extends<AthAlgTool, IPhysicsOptionTool>
28 const IInterface*
parent );
41 Gaudi::Property<std::string>
m_ParticleName{
this,
"ParticleName",
"NoFile",
"Particle name"};
42 Gaudi::Property<double>
m_BR{
this,
"BR", 0,
"Branching Ratio"};
43 Gaudi::Property<std::string>
m_Daughters{
this,
"Daughters",
"NoFile",
"Daughters"};
48 #endif //G4ATLASTOOLS_ADDPHYSICSDECAYTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.