File indexing completed on 2024-04-06 12:20:13
0001 #ifndef __GCTERRORANALYZERDEFINITIONS_HH_
0002 #define __GCTERRORANALYZERDEFINITIONS_HH_
0003
0004 const unsigned int GCT_OBJECT_QUANTA = 4;
0005 const unsigned int GCT_SUMS_QUANTA = 1;
0006 const unsigned int GCT_INT_HTMISS_QUANTA = 10;
0007 const unsigned int RCT_REGION_QUANTA_P5 = 396;
0008 const unsigned int RCT_REGION_QUANTA_LAB = 66;
0009 const unsigned int RCT_EM_OBJECT_QUANTA = 144;
0010 const unsigned int NUM_GCT_RINGS = 4;
0011 const unsigned int NUM_INT_JETS = 108;
0012
0013 struct GctErrorAnalyzerMBxInfo {
0014 int RCTTrigBx;
0015 int EmuTrigBx;
0016 int GCTTrigBx;
0017 };
0018
0019 struct jetData {
0020 unsigned int et;
0021 unsigned int eta;
0022 unsigned int phi;
0023 };
0024
0025 #endif