GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSUAManagerMessenger.cpp
Go to the documentation of this file.
1 /*
2  * GGSUAManagerMessenger.cpp
3  *
4  * Created on: 06 Jun 2011
5  * Author: Nicola Mori
6  */
7 
10 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
11 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
13 
14 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
15 
17 
18  _uaDir = new G4UIdirectory("/GGS/userActions/");
19  _uaDir->SetGuidance("User defined actions");
20 }
21 
22 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
23 
25 
26 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
27 
28 void GGSUAManagerMessenger::SetNewValue(G4UIcommand *, G4String) {}
GGSUAManagerMessenger()
Constructor.
void SetNewValue(G4UIcommand *command, G4String newValue)
Override of SetNewValue method.