CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.5 2010/06/04 09:18:01 innocent 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();
34  void getNewObjects_file();
37  virtual std::string id() const;
38 
39  private:
40 
41 };
42 
43 
44 #endif
PixelPopConCalibSourceHandler(edm::ParameterSet const &)