CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DataFormats/EcalDetId/interface/EcalSubdetector.h

Go to the documentation of this file.
00001 #ifndef ECALDETID_ECALSUBDETECTOR_H
00002 #define ECALDETID_ECALSUBDETECTOR_H 1
00003 
00012 enum EcalSubdetector { EcalBarrel=1, EcalEndcap=2, EcalPreshower=3, EcalTriggerTower=4, EcalLaserPnDiode=5 };
00013 
00014 #endif