CMS 3D CMS Logo

PixelPopConDisabledModSourceHandler.h
Go to the documentation of this file.
1 #ifndef PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
2 #define PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
3 
4 // Package: CondTools/SiPixel
5 // Class: PixelPopConDisableModSourceHandler
6 //
7 // Description: Source handler class for pixel disabled module
8 // popcon application
9 //
10 // Created: M. Eads, Apr 2008
11 
15 
16 // class definition
17 class PixelPopConDisabledModSourceHandler : public PixelPopConSourceHandler<SiPixelDisabledModules> {
18 public:
20 
21 private:
22 };
23 
24 #endif