CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgHLTErrCodes.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_TRIGGER_EGHLTERRCODES
2 #define DQMOFFLINE_TRIGGER_EGHLTERRCODES
3 
4 //defines our error codes
5 
6 namespace egHLT{
7 
8  namespace errCodes {
9 
10  enum ErrCodes {
11  NoErr =0,
13  OffEle=2,
14  OffPho=3,
15  OffJet=4,
16  Geom=5,
26  };
27 
28  }
29 
30 }
31 
32 #endif