Go to the documentation of this file.00001 #ifndef PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
00002 #define PIXELPOPCONDISABLEDMODSOURCEHANDLER_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h"
00013 #include "CondFormats/SiPixelObjects/interface/SiPixelDisabledModules.h"
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015
00016
00017 class PixelPopConDisabledModSourceHandler : public PixelPopConSourceHandler<SiPixelDisabledModules> {
00018
00019 public:
00020 PixelPopConDisabledModSourceHandler(edm::ParameterSet const &) {;}
00021
00022 private:
00023
00024 };
00025
00026
00027 #endif