5 #ifndef RHADRONS_RHADRONSPHYSICSTOOL_H
6 #define RHADRONS_RHADRONSPHYSICSTOOL_H
24 :
public extends<AthAlgTool, IPhysicsOptionTool> {
28 const IInterface*
parent ) ;
38 virtual UPPhysicsConstructor GetPhysicsOption();
43 const std::vector<int>& standardpdgidtodecay)
45 m_standardpdgidtodecay(standardpdgidtodecay) {}
46 virtual void ConstructParticle()
override;
47 virtual void ConstructProcess()
override;
89 IntegerArrayProperty m_standardpdgidtodecay{
this,
"StandardParticlesToDecay",
91 4122, 4222, 4212, 4112, 4232, 4132, 4332, 5122, 5222, 5212, 5112, 5232, 5132, 5332,
92 -4122, -4222, -4212, -4112, -4232, -4132, -4332, -5122, -5222, -5212, -5112, -5232, -5132, -5332,
93 411, -411, 421, -421, 431, -431, 441, 443, 521,
94 -521, 511, -511, 531, -531, 541, -541, 553
96 "Particles which are known to Geant4"};