1 #ifndef __RAT_TrackingMessenger__
2 #define __RAT_TrackingMessenger__
5 #include <G4UIcmdWithABool.hh>
6 #include <G4UIcmdWithADouble.hh>
7 #include <G4UIcmdWithAString.hh>
8 #include <G4UImessenger.hh>
17 G4String GetCurrentValue(G4UIcommand *command);
18 void SetNewValue(G4UIcommand *command, G4String newValue);
21 G4UIcmdWithABool *FillPointContCmd;
22 G4UIcmdWithAString *storeParticleTrajCmd;
23 G4UIcmdWithAString *discardParticleTrajCmd;
24 G4UIcmdWithABool *storeMuonTrajSpecialCmd;
25 G4UIcmdWithADouble *setMaxGlobalTimeCmd;
26 G4UIcmdWithABool *storeOpticalTrackIDCmd;
Definition: TrackingMessenger.hh:12
Definition: CCCrossSecMessenger.hh:29