Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:21

0001 #ifndef PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
0002 #define PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
0003 
0004 // Package: CondTools/SiPixel
0005 // Class:   PixelPopConDisableModSourceHandler
0006 //
0007 // Description: Source handler class for pixel disabled module
0008 //              popcon application
0009 //
0010 // Created: M. Eads, Apr 2008
0011 
0012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h"
0013 #include "CondFormats/SiPixelObjects/interface/SiPixelDisabledModules.h"
0014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0015 
0016 // class definition
0017 class PixelPopConDisabledModSourceHandler : public PixelPopConSourceHandler<SiPixelDisabledModules> {
0018 public:
0019   PixelPopConDisabledModSourceHandler(edm::ParameterSet const &) { ; }
0020 
0021 private:
0022 };
0023 
0024 #endif