10 : G4VPhysicsConstructor(name)
19#include "G4ParticleDefinition.hh"
23#include "G4MesonConstructor.hh"
24#include "G4BaryonConstructor.hh"
25#include "G4ShortLivedConstructor.hh"
30 G4MesonConstructor pMesonConstructor;
31 pMesonConstructor.ConstructParticle();
34 G4BaryonConstructor pBaryonConstructor;
35 pBaryonConstructor.ConstructParticle();
38 G4ShortLivedConstructor pShortLivedConstructor;
39 pShortLivedConstructor.ConstructParticle();
44#include "G4ProcessManager.hh"
virtual ~BesHadronPhysics()
virtual void ConstructProcess()
BesHadronPhysics(const G4String &name="hadron")
virtual void ConstructParticle()