38#ifndef G4PhysicsListHelper_h
39#define G4PhysicsListHelper_h 1
93 void ReadOrdingParameterTable();
94 void ReadInDefaultOrderingParameter();
113 G4bool useCoupledTransportation;
114 G4int theLooperThresholds = 1;
120 typedef std::vector<G4PhysicsListOrderingParameter> G4OrdParamTable;
121 G4OrdParamTable* theTable;
128 useCoupledTransportation = vl;
133 verboseLevel = value;
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
void CheckParticleList() const
void UseHighLooperThresholds()
void UseCoupledTransportation(G4bool vl=true)
static G4PhysicsListHelper * GetPhysicsListHelper()
G4int GetVerboseLevel() const
void UseLowLooperThresholds()
void DumpOrdingParameterTable(G4int subType=-1) const
G4PhysicsListOrderingParameter GetOrdingParameter(G4int subType) const
void SetVerboseLevel(G4int value)