1#ifndef BesMagneticFieldMessenger_h
2#define BesMagneticFieldMessenger_h 1
5#include "G4UImessenger.hh"
9class G4UIcmdWithAString;
10class G4UIcmdWithAnInteger;
11class G4UIcmdWithADouble;
12class G4UIcmdWithADoubleAndUnit;
13class G4UIcmdWithoutParameter;
24 G4UIdirectory* F01detDir;
25 G4UIcmdWithAnInteger* StepperCmd;
26 G4UIcmdWithADouble* MaximumEpsilonStepCmd;
27 G4UIcmdWithADouble* MinimumEpsilonStepCmd;
28 G4UIcmdWithADoubleAndUnit* MinStepCmd;
29 G4UIcmdWithADoubleAndUnit* DeltaIntersectionCmd;
30 G4UIcmdWithADoubleAndUnit* DeltaOneStepCmd;
~BesMagneticFieldMessenger()
BesMagneticFieldMessenger(BesMagneticField *)
void SetNewValue(G4UIcommand *, G4String)