1 #ifndef GDMLMessenger_hh
2 #define GDMLMessenger_hh
4 #include "G4UImessenger.hh"
5 #include "G4VPhysicalVolume.hh"
9 class G4UIcmdWithAString;
10 class G4UIcmdWithADoubleAndUnit;
11 class G4UIcmdWithoutParameter;
12 class G4UIcmdWithABool;
22 void SetNewValue(G4UIcommand*, G4String);
25 GDMLParser* myParser =
nullptr;
26 G4LogicalVolume* topvol =
nullptr;
28 G4UIdirectory* persistencyDir =
nullptr;
29 G4UIdirectory* gdmlDir =
nullptr;
30 G4UIcmdWithAString* ReaderCmd =
nullptr;
31 G4UIcmdWithAString* WriterCmd =
nullptr;
32 G4UIcmdWithAString* TopVolCmd =
nullptr;
33 G4UIcmdWithoutParameter* ClearCmd =
nullptr;
34 G4UIcmdWithABool* RegionCmd =
nullptr;
35 G4UIcmdWithABool* EcutsCmd =
nullptr;
36 G4UIcmdWithABool* SDCmd =
nullptr;
37 G4UIcmdWithABool* StripCmd =
nullptr;
38 G4UIcmdWithABool* AppendCmd =
nullptr;
Definition: GDMLMessenger.hh:17
Definition: CCCrossSecMessenger.hh:29