CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/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