GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTRandomStatusInfo.h
Go to the documentation of this file.
1 /*
2  * GGSTRandomStatusInfo.h
3  *
4  * Created on: 01 Jan 2015
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSTRANDOMSTATUSINFO_H_
11 #define GGSTRANDOMSTATUSINFO_H_
12 
13 // ROOT headers
14 #include "TObject.h"
15 
21 class GGSTRandomStatusInfo : public TObject {
22 
23 public:
24  Long_t seeds[2];
25 
26  ClassDef(GGSTRandomStatusInfo, 1);
27 };
28 
29 #endif /* GGSTRANDOMSTATUSINFO_H_ */
Long_t seeds[2]
Seeds defining the status of the engine.
Data object to store the status of the random engine.