]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVQAChecker.h
Updating this macro to allow input from a counter collection
[u/mrichter/AliRoot.git] / MUON / AliMUONVQAChecker.h
index 653b42b912c16a1b31ebc645da075688f3a94539..fece8d54d7297bdf281efc90e8801650c68d65c9 100644 (file)
@@ -22,6 +22,7 @@ class AliMUONRecoParam;
 class AliMUONVQAChecker : public TObject
 {
 public:
+  /// Classification of errors severity
   enum ECheckCode {
     kFatal=-1,  ///< error is really serious
     kError=0,   ///< normal error, i.e. something is wrong
@@ -29,6 +30,13 @@ public:
     kInfo=2     ///< just so you know...
   };
   
+  enum EColor {
+    kInfoColor=kSpring-8, ///< color for information (online convention)
+    kWarningColor=kOrange, ///< color for warning (online convention)
+    kErrorColor=kRed, ///< color for normal error (online convention)
+    kFatalColor=kMagenta+1 ///< color for fatal error (online convention)
+  };
+  
   AliMUONVQAChecker();
   virtual ~AliMUONVQAChecker();