3 #ifndef _GENARRAY_MESSENGER_H_
4 #define _GENARRAY_MESSENGER_H_
7 #include "G4UImessenger.hh"
11 class G4UIcmdWith3VectorAndUnit;
12 class G4UIcmdWithoutParameter;
13 class G4UIcmdWithAString;
14 class G4UIcmdWithABool;
15 class G4UIcmdWithADouble;
32 G4UIdirectory* m_changeTheDetector;
33 G4UIcmdWithAString* m_setTargetMaterial;
34 G4UIcmdWithADouble* m_setTargetMajorRadius;
35 G4UIcmdWithADouble* m_setTargetMinorRadius;
36 G4UIcmdWithADouble* m_setTargetLength;
37 G4UIcmdWithADouble* m_setNumScatterCells;
38 G4UIcmdWithADouble* m_setScatterCellDistance;
39 G4UIcmdWithADouble* m_setScatteringAngle;
40 G4UIcmdWithABool* m_add8020Posts;
41 G4UIcmdWithABool* m_addCloverTable;
42 G4UIcmdWithADouble* m_setScintArmLength;
43 G4UIcmdWithABool* m_useHevimets;
Definition: GenArrayDetConstruction.h:32
user interface class for moving bits around
Definition: GenArrayMessenger.h:22
void SetNewValue(G4UIcommand *, G4String)
Definition: GenArrayMessenger.cpp:90
~GenArrayMessenger()
Definition: GenArrayMessenger.cpp:77
GenArrayMessenger(GenArrayDetConstruction *)
Definition: GenArrayMessenger.cpp:13