CEvent/StationConstants.h
Go to the documentation of this file.
1 
6 #ifndef _cevt_StationConstants_h_
7 #define _cevt_StationConstants_h_
8 
9 
10 namespace cevt {
11 
12  namespace StationConstants {
13 
16  eTotal = 0,
25 
28 
35 
41 
57  eMySource0 = 50,
76  // just to track size
78  };
79 
84  };
85 
86 
89  eOutOfTime = (1 << 0),
90  eOffGrid = (1 << 1),
91  eDenseArray = (1 << 2),
92  eEngineeringArray = (1 << 3),
93  eMCInnerRadiusCut = (1 << 4),
94  eNoRecData = (1 << 5),
95  eLonely = (1 << 6),
96  eNoTrigger = (1 << 7),
97  eErrorCode = (1 << 8),
98  eNoCalibData = (1 << 9),
99  eNoGPSData = (1 << 10),
100  eBadCalib = (1 << 11),
101  eNotDenseArray = (1 << 12), // when only dense stations are kept in MC
103  };
104 
105  }
106 
107 }
108 
109 
110 #endif
111 
112 // Configure (x)emacs for this file ...
113 // Local Variables:
114 // mode: c++
115 // compile-command: "make -C .. CEvent/Station.o -k"
116 // End:
total (shower and background)

, generated on Tue Sep 26 2023.