]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONQAIndices.h
Corrected class name in the class description
[u/mrichter/AliRoot.git] / MUON / AliMUONQAIndices.h
index f7bf9085b5e149ebed0b65d3cac61c73c8637c3d..30f60a6459f02ce17c0a7b8fd6ef212da92ddf72 100644 (file)
@@ -6,6 +6,7 @@
 
 // $Id$
 
+/// \ingroup base
 /// 
 /// Definition of enums needed by the MUON QA data makers and checkers (both
 /// tracker and trigger)
@@ -21,6 +22,13 @@ namespace AliMUONQAIndices
     kTrackerBusPatchNofPads   = 5, ///< Number of pads per bus patch
     kTrackerBusPatchNofManus  = 6, ///< Number of manus per bus patch
     kTrackerBusPatchConfig    = 7, ///< Configuration of the tracker
+    kTrackerBusPatchParityErrors    =  8, ///< Parity errors during readout of the tracker
+    kTrackerBusPatchTokenLostErrors =  9, ///< Token lost errors during readout of the tracker
+    kTrackerBusPatchPaddingErrors   = 10, ///< Padding errors during readout of the tracker
+    kTrackerNofRawEventSeen         = 11, ///< Number of events seen (and used)
+    kTrackerReadoutErrors           = 12,  ///< Integrated number of errors (and events for 1st bin)
+    kTrackerDDLOccupancy            = 13, ///< DDL occupancy in percent
+    kTrackerDDLNofEvents            = 14, ///< nof of events per DDL
     kTriggerScalersTime       = 22, ///< Trigger scalers acquisition time index
     kTriggerScalers           = 23, ///< Trigger scalers histogram per plane index
     kTriggerScalersDisplay    = 31, ///< Trigger scalers display histogram per plane index
@@ -39,9 +47,10 @@ namespace AliMUONQAIndices
     kTriggerErrorLocal2RegionalLPtMSB  = 60, ///< Local to Regional: Number of LPt MSB error vs Local Board Id
     kTriggerErrorLocal2RegionalHPtLSB  = 61, ///< Local to Regional: Number of HPt LSB error vs Local Board Id
     kTriggerErrorLocal2RegionalHPtMSB  = 62, ///< Local to Regional: Number of HPt MSB error vs Local Board Id
-    kTriggerErrorOutGlobalFromInGlobal = 63, ///< Global board: Number of error vs output bit 
-    kTriggerErrorSummary      = 64,  ///< Number of errors for each trigger decision level (Local, Reg->Local, Reg, Reg->Glob, Global)
-    kTriggerErrorSummaryNorm  = 65,  ///< Percentage of errors for each trigger decision level
+    kTriggerErrorOutGlobalFromInGlobal = 63, ///< Global board: Number of error vs output bit    with a re-reconstruction from Global inputs
+    kTriggerErrorOutGlobalFromInLocal = 64, ///< Global board: Number of error vs output bit  with a re-reconstruction from Local inputs
+    kTriggerErrorSummary      = 65,  ///< Number of errors for each trigger decision level (Local, Reg->Local, Reg, Reg->Glob, Global)
+    kTriggerErrorSummaryNorm  = 66,  ///< Percentage of errors for each trigger decision level
     kTriggerErrorLocalYCopy     = 67, ///< Local board: Number of Y Copy Error vs Local Board Id
     kTriggerErrorLocalYCopyTest = 68, ///< Local Board: Number of Y copy error tests (for normalization)
     kTriggerErrorLocalYCopyNorm = 69, ///< Local Board: Number of Y Copy Error vs Local Board Id Normalized to the number of tests
@@ -51,7 +60,10 @@ namespace AliMUONQAIndices
     kTriggerReadOutErrorsNorm = 81,  ///< Percentage of read-out errors
     kTriggerGlobalOutput      = 90,  ///< Number of Global outputs and Global algo errors
     kTriggerGlobalOutputNorm  = 91,  ///< Percentage of Global outputs and Global algo errors
-    kTriggerRawNAnalyzedEvents= 100  ///< Number of analyzed events per event specie
+    kTriggerRawNAnalyzedEvents= 100,  ///< Number of analyzed events per event specie
+    kTriggerLocalRatio4434       = 101,  ///< Ratio 44/34 vs Local Board Id
+    kTriggerRatio4434AllEvents       = 102,  ///< Ratio 44/34 since the beginning of the run vs Event Number
+    kTriggerRatio4434SinceLastUpdate       = 103  ///< Ratio 44/34 for the last kUpdateRatio4434 events vs Event Number
     
   };