31 #ifndef PAR02_PHYSICS_LIST_H    32 #define PAR02_PHYSICS_LIST_H virtual void ConstructBaryons()
Constructs all barions. 
 
virtual void ConstructLeptons()
Constructs all leptons. 
 
void AddParameterisation()
Creates a G4FastSimulationManagerProcess object for all the particle types. 
 
virtual ~Par02PhysicsList()
 
virtual void ConstructGeneral()
Adds decay process. 
 
virtual void ConstructMesons()
Constructs all mesons. 
 
virtual void AddTransportation()
 
virtual void ConstructBosons()
Constructs bosons (including geantino) 
 
Par02PhysicsList()
A default constructor. Sets the default cut value. 
 
virtual void ConstructParticle()
Constructs particles: bosons, leptons, mesons, baryons and ions. 
 
virtual void ConstructIons()
Constructs light ions. 
 
virtual void SetCuts()
Sets cuts with the default value for all particle types. 
 
virtual void ConstructProcess()