CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalSeverityLevel.h
Go to the documentation of this file.
1 
9 #ifndef __EcalSeverityLevel_h_
10 #define __EcalSeverityLevel_h_
11 
16 namespace EcalSeverityLevel {
17 
19  kGood=0, // good channel
20  kProblematic, // problematic (e.g. noisy)
21  kRecovered, // recovered (e.g. an originally dead or saturated)
22  kTime, // the channel is out of time (e.g. spike)
23  kWeird, // weird (e.g. spike)
24  kBad // bad, not suitable to be used for reconstruction
25  };
26 
27 
28 }
29 
30 #endif // __EcalSeverityLevel_h_
31 
32 // Configure (x)emacs for this file ...
33 // Local Variables:
34 // mode:c++
35 // compile-command: "cd .. ; scram b"
36 // End: