CMS 3D CMS Logo

PixelPopConCalibSourceHandler.h
Go to the documentation of this file.
1 #ifndef PIXELPOPCONCALIBSOURCEHANDLER_H
2 #define PIXELPOPCONCALIBSOURCEHANDLER_H
3 
4 // Package: CondTools/SiPixel
5 // Class: PixelPopConSourceHandler
14 //
15 // Original Author: Michael Eads
16 // Created: 8 Feb 2008
17 // $Id: PixelPopConCalibSourceHandler.h,v 1.4 2010/01/21 21:11:45 meads Exp $
18 //
19 //
20 
21 #include <string>
22 
26 
27 // class definition
28 class PixelPopConCalibSourceHandler : public PixelPopConSourceHandler<SiPixelCalibConfiguration> {
29 public:
30  // specific implementations of getNewObjects
31  void getNewObjects_coral() override;
32  void getNewObjects_file() override;
35  std::string id() const override;
36 
37 private:
38 };
39 
40 #endif
PixelPopConCalibSourceHandler(edm::ParameterSet const &)