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 
10 #ifndef __EcalSeverityLevel_h_
11 #define __EcalSeverityLevel_h_
12 
17 namespace EcalSeverityLevel {
18 
20  kGood=0, // good channel
21  kProblematic, // problematic (e.g. noisy)
22  kRecovered, // recovered (e.g. an originally dead or saturated)
23  kTime, // the channel is out of time (e.g. spike)
24  kWeird, // weird (e.g. spike)
25  kBad // bad, not suitable to be used for reconstruction
26  };
27 
28 
29 }
30 
31 #endif // __EcalSeverityLevel_h_
32 
33 // Configure (x)emacs for this file ...
34 // Local Variables:
35 // mode:c++
36 // compile-command: "cd .. ; scram b"
37 // End: