CMS 3D CMS Logo

PixelSubdetector.h
Go to the documentation of this file.
1 #ifndef DataFormats_SiPixelDetId_PixelSubdetector_H
2 #define DataFormats_SiPixelDetId_PixelSubdetector_H
3 
10 public:
11  enum SubDetector { PixelBarrel = 1, PixelEndcap = 2 };
12 };
13 
14 #endif