1 #ifndef __RAT_DBMessenger__
2 #define __RAT_DBMessenger__
5 #include <G4UIcmdWithAString.hh>
6 #include <G4UIcmdWithAnInteger.hh>
7 #include <G4UIcommand.hh>
8 #include <G4UImessenger.hh>
20 G4String GetCurrentValue(G4UIcommand *command);
21 void SetNewValue(G4UIcommand *command, G4String newValue);
23 void Load(std::string filename);
24 void Set(std::string tbl_descriptor, std::string field, std::string value);
25 void Server(std::string url);
29 void Init(
DB *dbToUse);
32 G4UIcmdWithAString *loadCmd;
34 G4UIcmdWithAString *serverCmd;
35 G4UIcmdWithAnInteger *runCmd;
Definition: DBMessenger.hh:14
static DB * Get()
Definition: DB.hh:135
Definition: CCCrossSecMessenger.hh:29