00001 #ifndef PIXELPOPCONCALIBSOURCEHANDLER_H 00002 #define PIXELPOPCONCALIBSOURCEHANDLER_H 00003 00004 // Package: CondTools/SiPixel 00005 // Class: PixelPopConSourceHandler 00014 // 00015 // Original Author: Michael Eads 00016 // Created: 8 Feb 2008 00017 // $Id: PixelPopConCalibSourceHandler.h,v 1.5 2010/06/04 09:18:01 innocent Exp $ 00018 // 00019 // 00020 00021 #include <string> 00022 00023 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00024 #include "CondFormats/SiPixelObjects/interface/SiPixelCalibConfiguration.h" 00025 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h" 00026 00027 00028 // class definition 00029 class PixelPopConCalibSourceHandler : public PixelPopConSourceHandler<SiPixelCalibConfiguration> { 00030 00031 public: 00032 // specific implementations of getNewObjects 00033 void getNewObjects_coral(); 00034 void getNewObjects_file(); 00035 ~PixelPopConCalibSourceHandler(); 00036 PixelPopConCalibSourceHandler(edm::ParameterSet const &); 00037 virtual std::string id() const; 00038 00039 private: 00040 00041 }; 00042 00043 00044 #endif