CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DataFormats/SiPixelDetId/interface/PixelSubdetector.h

Go to the documentation of this file.
00001 #ifndef DataFormats_SiPixelDetId_PixelSubdetector_H
00002 #define DataFormats_SiPixelDetId_PixelSubdetector_H
00003 
00009 class PixelSubdetector { 
00010  public:
00011   enum SubDetector {PixelBarrel=1,PixelEndcap=2};
00012 
00013 };
00014 
00015 #endif