CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondTools/SiPixel/interface/PixelPopConDisabledModSourceHandler.h

Go to the documentation of this file.
00001 #ifndef PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
00002 #define PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
00003 
00004 // Package: CondTools/SiPixel
00005 // Class:   PixelPopConDisableModSourceHandler
00006 //
00007 // Description: Source handler class for pixel disabled module
00008 //              popcon application
00009 //
00010 // Created: M. Eads, Apr 2008
00011 
00012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h"
00013 #include "CondFormats/SiPixelObjects/interface/SiPixelDisabledModules.h"
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015 
00016 // class definition
00017 class PixelPopConDisabledModSourceHandler : public PixelPopConSourceHandler<SiPixelDisabledModules> {
00018 
00019  public:
00020   PixelPopConDisabledModSourceHandler(edm::ParameterSet const &) {;}
00021 
00022  private:
00023 
00024 };
00025 
00026 
00027 #endif