GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TGRUTTypes.h
Go to the documentation of this file.
1 #ifndef _TGRUTTYPES_H_
2 #define _TGRUTTYPES_H_
3 
4 #include <map>
5 #include <string>
6 
9 
10  GRETINA = 1,
11  MODE3 = 2,
12  S800 = 5,
13  S800SCALER = 10,
14  BANK29 = 8,
15 
16  SEGA = 64,
17  JANUS = 65,
18 
19  CAESAR = 80,
20 
21  PHOSWALL = 17
22 };
23 
24 extern std::map<std::string, kDetectorSystems> detector_system_map;
25 
26 enum kFileType {
28  NSCL_EVT = 1,
31  ROOT_DATA = 256,
32  ROOT_MACRO = 257,
33  CALIBRATED = 512,
35  GUI_HIST_FILE = 2048,
37 };
38 
39 #endif /* _TGRUTTYPES_H_ */