CMS 3D CMS Logo

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 #endif // __EcalSeverityLevel_h_
30 
31 // Configure (x)emacs for this file ...
32 // Local Variables:
33 // mode:c++
34 // compile-command: "cd .. ; scram b"
35 // End: