CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMDefinitions.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQM_DEFINITIONS_H
2 # define DQMSERVICES_CORE_DQM_DEFINITIONS_H
3 
5 
6 namespace dqm
7 {
10  namespace qstatus
11  {
12  static const int OTHER = 30; //< Anything but 'ok','warning' or 'error'.
13  static const int DISABLED = 50; //< Test has been disabled.
14  static const int INVALID = 60; //< Problem preventing test from running.
15  static const int INSUF_STAT = 70; //< Insufficient statistics.
16  static const int DID_NOT_RUN = 90; //< Algorithm did not run.
17  static const int STATUS_OK = 100; //< Test was succesful.
18  static const int WARNING = 200; //< Test had some problems.
19  static const int ERROR = 300; //< Test has failed.
20  }
21 
22  namespace me_util
23  {
25  }
26 }
27 
28 #endif // DQMSERVICES_CORE_DQM_DEFINITIONS_H
static const int OTHER
static const int WARNING
static const int INVALID
static const int INSUF_STAT
static const int DID_NOT_RUN
static const int DISABLED
static const int STATUS_OK
DQMChannel Channel
static const int ERROR