QwGeant4
QweakSimUserRunInformation.hh
Go to the documentation of this file.
1 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
2 #ifndef QweakSimUserRunInformation_h
3 #define QweakSimUserRunInformation_h
4 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
5 
6 // root includes
7 #include <TObject.h>
8 #include <TString.h>
9 #include <TList.h>
10 
11 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
12 class QweakSimUserRunInformation: public TObject {
13 
14  public:
15 
18 
19  TList Conditions;
20 
22 };
23 
24 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
25 
26 #endif
27 
ClassDef(QweakSimUserRunInformation, 1)