CMS 3D CMS Logo

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,
12  TrigEvent = 1,
13  OffEle = 2,
14  OffPho = 3,
15  OffJet = 4,
16  Geom = 5,
17  EBRecHits = 6,
18  EERecHits = 7,
19  IsolTrks = 8,
21  HFRecHits = 10,
22  BeamSpot = 11,
23  MagField = 12,
24  CaloTowers = 13,
25  OffVertex = 14
26  };
27 
28  }
29 
30 } // namespace egHLT
31 
32 #endif