QwGeant4
QweakSimAnalysisMessenger.hh
Go to the documentation of this file.
1 /*
2  * QweakSimAnalysisMessenger.hh
3  *
4  * Created on: May 19, 2011
5  * Author: wdconinc
6  */
7 
8 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
9 #ifndef QweakSimAnalysisMessenger_h
10 #define QweakSimAnalysisMessenger_h 1
11 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
12 
13 // user includes
15 
16 // user classes
17 class QweakSimAnalysis;
18 
19 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
20 class QweakSimAnalysisMessenger: public G4UImessenger
21 {
22  public:
23 
24  // Constructor
26  // Virtual destructor
28 
29  // Parsing function
30  void SetNewValue(G4UIcommand*, G4String);
31 
32  private:
33 
34  // Private default constructor
36 
37  // Pointer to the object
39 
40  // Directories and commands
41  G4UIdirectory* fAnalysisDir;
42  G4UIcmdWithAString* fRootFileStemCmd;
43  G4UIcmdWithAString* fRootFileNameCmd;
44 
45 };
46 
47 #endif
Handling of the output ROOT file.
void SetNewValue(G4UIcommand *, G4String)