3 #ifndef _CLYC_MESSENGER_H_
4 #define _CLYC_MESSENGER_H_
7 #include "G4UImessenger.hh"
11 class G4UIcmdWith3VectorAndUnit;
12 class G4UIcmdWithoutParameter;
13 class G4UIcmdWithAString;
14 class G4UIcmdWithABool;
15 class G4UIcmdWithADouble;
16 class G4UIcmdWithADoubleAndUnit;
33 G4UIdirectory* m_changeTheDetector;
34 G4UIcmdWithAString* m_setTargetMaterial;
35 G4UIcmdWithADoubleAndUnit* m_setTargetRadius;
36 G4UIcmdWithADoubleAndUnit* m_setTargetLength;
37 G4UIcmdWithADouble* m_setNumScatterCells;
38 G4UIcmdWithADoubleAndUnit* m_setScatterCellDistance;
39 G4UIcmdWithADoubleAndUnit* m_setScatteringAngle;
Definition: CLYCDetConstruction.h:24
user interface class for moving bits around
Definition: CLYCMessenger.h:23
CLYCMessenger(CLYCDetConstruction *)
Definition: CLYCMessenger.cpp:14
~CLYCMessenger()
Definition: CLYCMessenger.cpp:64
void SetNewValue(G4UIcommand *, G4String)
Definition: CLYCMessenger.cpp:75