CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/DataFormats/EcalRecHit/interface/EcalSeverityLevel.h

Go to the documentation of this file.
00001 
00010 #ifndef __EcalSeverityLevel_h_
00011 #define __EcalSeverityLevel_h_
00012 
00017 namespace EcalSeverityLevel {
00018 
00019   enum SeverityLevel {
00020     kGood=0,             // good channel 
00021     kProblematic,        // problematic (e.g. noisy)
00022     kRecovered,          // recovered (e.g. an originally dead or saturated)
00023     kTime,               // the channel is out of time (e.g. spike)
00024     kWeird,              // weird (e.g. spike)
00025     kBad                 // bad, not suitable to be used for reconstruction
00026   };
00027       
00028   
00029 }
00030 
00031 #endif // __EcalSeverityLevel_h_
00032 
00033 // Configure (x)emacs for this file ...
00034 // Local Variables:
00035 // mode:c++
00036 // compile-command: "cd .. ; scram b"
00037 // End: