00001 #ifndef PIXELPOPCONDCSCABLINGSOURCEHANDLER_H 00002 #define PIXELPOPCONDCSCABLINGSOURCEHANDLER_H 00003 00004 // Package: CondTools/SiPixel 00005 // Class: PixelPopConDCSCablingSourceHandler 00006 // 00007 // Description: Source handler class for pixel dcs cabling map 00008 // popcon application 00009 // 00010 // Created: M. Eads, Apr 2008 00011 00012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h" 00013 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00014 00015 // class definition 00016 // no object for dcs cabling map, yet, so just stick in a bool 00017 class PixelPopConDCSCablingSourceHandler : public PixelPopConSourceHandler<bool> { 00018 00019 public: 00020 PixelPopConDCSCablingSourceHandler(edm::ParameterSet const &) {;} 00021 00022 private: 00023 00024 }; 00025 00026 00027 #endif