CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HGCSeverityLevel.h
Go to the documentation of this file.
1 
7 #ifndef __HGCSeverityLevel_h_
8 #define __HGCSeverityLevel_h_
9 
14 namespace HGCSeverityLevel {
15 
17  kGood=0, // good channel
18  kProblematic, // problematic (e.g. noisy)
19  kRecovered, // recovered (e.g. an originally dead or saturated)
20  kTime, // the channel is out of time (e.g. spike)
21  kWeird, // weird (e.g. spike)
22  kBad // bad, not suitable to be used for reconstruction
23  };
24 
25 
26 }
27 
28 #endif // __HGCSeverityLevel_h_
29