47 theDir->
SetGuidance(
"commands for configuration of physics lists.");
49 theRadDecay =
new G4UIcommand(
"/physics_lists/factory/addRadioactiveDecay",
this);
50 theRadDecay->
SetGuidance(
"Enable radioactive decay.");
53 theOptical =
new G4UIcommand(
"/physics_lists/factory/addOptical",
this);
67 if(aComm == theRadDecay) {
69 }
else if(aComm == theOptical) {
virtual ~G4PhysListFactoryMessenger()
G4PhysListFactoryMessenger(G4VModularPhysicsList *pl)
void SetNewValue(G4UIcommand *aComm, G4String aS)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void RegisterPhysics(G4VPhysicsConstructor *)