CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GctErrorAnalyzerDefinitions.h
Go to the documentation of this file.
1 #ifndef __GCTERRORANALYZERDEFINITIONS_HH_
2 #define __GCTERRORANALYZERDEFINITIONS_HH_
3 
4 const unsigned int GCT_OBJECT_QUANTA = 4;
5 const unsigned int GCT_SUMS_QUANTA = 1;
6 const unsigned int GCT_INT_HTMISS_QUANTA = 10;
7 const unsigned int RCT_REGION_QUANTA_P5 = 396;
8 const unsigned int RCT_REGION_QUANTA_LAB = 66;
9 const unsigned int RCT_EM_OBJECT_QUANTA = 144;
10 const unsigned int NUM_GCT_RINGS = 4;
11 const unsigned int NUM_INT_JETS = 108;
12 
14  int RCTTrigBx;
15  int EmuTrigBx;
16  int GCTTrigBx;
17 };
18 
19 struct jetData {
20  unsigned int et;
21  unsigned int eta;
22  unsigned int phi;
23 };
24 
25 #endif
const unsigned int GCT_SUMS_QUANTA
const unsigned int RCT_REGION_QUANTA_LAB
const unsigned int GCT_OBJECT_QUANTA
const unsigned int RCT_EM_OBJECT_QUANTA
const unsigned int NUM_GCT_RINGS
const unsigned int RCT_REGION_QUANTA_P5
const unsigned int NUM_INT_JETS
const unsigned int GCT_INT_HTMISS_QUANTA