CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/HcalDetId/interface/HcalSubdetector.h

Go to the documentation of this file.
00001 #ifndef DATAFORMATS_HCALDETID_HCALSUBDETECTOR_H
00002 #define DATAFORMATS_HCALDETID_HCALSUBDETECTOR_H 1
00003 
00004 enum HcalSubdetector { HcalEmpty=0, HcalBarrel=1, HcalEndcap=2, HcalOuter=3, HcalForward=4, HcalTriggerTower=5, HcalOther=7 };
00005 
00006 enum HcalOtherSubdetector { HcalOtherEmpty=0, HcalCalibration=2,  HcalDcsBarrel=3,
00007                             HcalDcsEndcap=4, HcalDcsOuter=5, HcalDcsForward=6 };
00008 
00009 #endif