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 
28 // class definition
29 class PixelPopConCalibSourceHandler : public PixelPopConSourceHandler<SiPixelCalibConfiguration> {
30 
31  public:
32  // specific implementations of getNewObjects
33  void getNewObjects_coral() override;
34  void getNewObjects_file() override;
37  std::string id() const override;
38 
39  private:
40 
41 };
42 
43 
44 #endif
PixelPopConCalibSourceHandler(edm::ParameterSet const &)