CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelFakeGainESSource.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelGainESProducers_SiPixelFakeGainESSource_h
2 #define CalibTracker_SiPixelGainESProducers_SiPixelFakeGainESSource_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelFakeGainESSource
6 // Class: SiPixelFakeGainESSource
7 //
15 //
16 // Original Author: Vincenzo Chiochia
17 // Created: Tue 8 12:31:25 CEST 2007
18 // $Id: SiPixelFakeGainESSource.h,v 1.4 2008/02/11 15:23:28 friis Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 #include "boost/shared_ptr.hpp"
26 
27 // user include files
33 //
34 // class decleration
35 //
36 
38 
39  public:
42 
43  // typedef edm::ESProducts<> ReturnType;
44 
45  virtual std::auto_ptr<SiPixelGainCalibration> produce(const SiPixelGainCalibrationRcd &);
46 
47  protected:
48 
50  const edm::IOVSyncValue&,
52 
53 
54  private:
55 
57 
58 };
59 #endif
SiPixelFakeGainESSource(const edm::ParameterSet &)
virtual std::auto_ptr< SiPixelGainCalibration > produce(const SiPixelGainCalibrationRcd &)
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)