GRUTinizer
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
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
7
enum
kDetectorSystems
{
8
UNKNOWN_SYSTEM
= -1,
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
{
27
UNKNOWN_FILETYPE
= -1,
28
NSCL_EVT
= 1,
29
GRETINA_MODE2
= 2,
30
GRETINA_MODE3
= 3,
31
ROOT_DATA
= 256,
32
ROOT_MACRO
= 257,
33
CALIBRATED
= 512,
34
DETECTOR_ENVIRONMENT
= 1024,
35
GUI_HIST_FILE
= 2048,
36
COMPILED_HISTOGRAMS
= 2049
37
};
38
39
#endif
/* _TGRUTTYPES_H_ */
Generated on Wed Nov 4 2015 17:27:53 for GRUTinizer by
1.8.1.2