Go to the documentation of this file.00001 #ifndef DQMOFFLINE_TRIGGER_EGHLTERRCODES
00002 #define DQMOFFLINE_TRIGGER_EGHLTERRCODES
00003
00004
00005
00006 namespace egHLT{
00007
00008 namespace errCodes {
00009
00010 enum ErrCodes {
00011 NoErr =0,
00012 TrigEvent=1,
00013 OffEle=2,
00014 OffPho=3,
00015 OffJet=4,
00016 Geom=5,
00017 EBRecHits=6,
00018 EERecHits=7,
00019 IsolTrks=8,
00020 HBHERecHits=9,
00021 HFRecHits=10,
00022 BeamSpot=11,
00023 MagField=12,
00024 CaloTowers=13
00025 };
00026
00027 }
00028
00029 }
00030
00031 #endif