00001 #ifndef __GCTERRORANALYZERDEFINITIONS_HH_ 00002 #define __GCTERRORANALYZERDEFINITIONS_HH_ 00003 00004 const unsigned int GCT_OBJECT_QUANTA = 4; 00005 const unsigned int GCT_SUMS_QUANTA = 1; 00006 const unsigned int GCT_INT_HTMISS_QUANTA = 10; 00007 const unsigned int RCT_REGION_QUANTA_P5 = 396; 00008 const unsigned int RCT_REGION_QUANTA_LAB = 66; 00009 const unsigned int RCT_EM_OBJECT_QUANTA = 144; 00010 const unsigned int NUM_GCT_RINGS = 4; 00011 const unsigned int NUM_INT_JETS = 108; 00012 00013 struct GctErrorAnalyzerMBxInfo { 00014 int RCTTrigBx; 00015 int EmuTrigBx; 00016 int GCTTrigBx; 00017 }; 00018 00019 struct jetData { 00020 unsigned int et; 00021 unsigned int eta; 00022 unsigned int phi; 00023 }; 00024 00025 #endif