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