38#ifndef G4PhysicsListHelper_h
39#define G4PhysicsListHelper_h 1
86 void ReadOrdingParameterTable();
87 void ReadInDefaultOrderingParameter();
106 G4bool useCoupledTransportation;
112 typedef std::vector<G4PhysicsListOrderingParameter> G4OrdParamTable;
113 G4OrdParamTable* theTable;
122 useCoupledTransportation = vl;
128 verboseLevel = value;
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
void CheckParticleList() const
void UseCoupledTransportation(G4bool vl=true)
static G4PhysicsListHelper * GetPhysicsListHelper()
G4int GetVerboseLevel() const
void DumpOrdingParameterTable(G4int subType=-1) const
G4PhysicsListOrderingParameter GetOrdingParameter(G4int subType) const
void SetVerboseLevel(G4int value)