GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTParameters.h
1 /*
2  * GGSTParameters.h
3  *
4  * Created on: May 3, 2020
5  * Author: mori
6  */
7 
8 #ifndef GGSTPARAMETERS_H_
9 #define GGSTPARAMETERS_H_
10 
11 #include "TObject.h"
12 #include "utils/GGSParameters.h"
13 
15 class GGSTParameters : public TObject, public GGSParameters {
16 public:
19 
24  GGSTParameters(GGSParameters &&params);
25 
26  ClassDef(GGSTParameters, 1)
27 };
28 
29 #endif /* GGSTPARAMETERS_H_ */
GGSTParameters()
Default constructor.
Class for storing parameters.
Definition: GGSParameters.h:29
Class for writing parameters into the output Root file.