CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DQMServices/Core/interface/DQMDefinitions.h

Go to the documentation of this file.
00001 #ifndef DQMSERVICES_CORE_DQM_DEFINITIONS_H
00002 # define DQMSERVICES_CORE_DQM_DEFINITIONS_H
00003 
00004 # include "DQMServices/Core/interface/DQMChannel.h"
00005 
00006 namespace dqm
00007 {
00010   namespace qstatus
00011   {
00012     static const int OTHER              =  30;  //< Anything but 'ok','warning' or 'error'.
00013     static const int DISABLED           =  50;  //< Test has been disabled.
00014     static const int INVALID            =  60;  //< Problem preventing test from running.
00015     static const int INSUF_STAT         =  70;  //< Insufficient statistics.
00016     static const int DID_NOT_RUN        =  90;  //< Algorithm did not run.
00017     static const int STATUS_OK          =  100; //< Test was succesful.
00018     static const int WARNING            =  200; //< Test had some problems.
00019     static const int ERROR              =  300; //< Test has failed.
00020   }
00021 
00022   namespace me_util
00023   {
00024     typedef DQMChannel Channel;
00025   }
00026 }
00027 
00028 #endif // DQMSERVICES_CORE_DQM_DEFINITIONS_H