8 #ifndef __RAT_PhysicsListMessenger__
9 #define __RAT_PhysicsListMessenger__
11 #include <G4UIcmdWithADouble.hh>
12 #include <G4UImessenger.hh>
14 class G4UIcmdWithAString;
15 class G4UIcmdWithAnInteger;
16 class G4UIcmdWithABool;
17 class G4UIcmdWithADouble;
28 G4String GetCurrentValue(G4UIcommand *command);
29 void SetNewValue(G4UIcommand *command, G4String newValue);
34 G4UIcmdWithAString *fSetOpWLSCmd;
35 G4UIcmdWithAnInteger *fSetCerenkovMaxNumPhotonsPerStep;
36 G4UIcmdWithADouble *fSetMaxBetaChangePerStep;
37 G4UIcmdWithABool *fEnableCerenkov;
38 G4UIcommand *fSetStepFunctionLightIons;
39 G4UIcommand *fSetStepFunctionMuHad;
40 G4UIcommand *fRemoveProcess;
Definition: PhysicsListMessenger.hh:23
Defines the physics processes active in the simulation.
Definition: PhysicsList.hh:20
Definition: CCCrossSecMessenger.hh:29