CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelFakeGainForHLTESSource.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelGainForHLTESProducers_SiPixelFakeGainForHLTESSource_h
2 #define CalibTracker_SiPixelGainForHLTESProducers_SiPixelFakeGainForHLTESSource_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelFakeGainForHLTESSource
6 // Class: SiPixelFakeGainForHLTESSource
7 //
15 //
16 // Original Author: Vincenzo Chiochia
17 // Created: Tue 8 12:31:25 CEST 2007
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 #include "boost/shared_ptr.hpp"
25 
26 // user include files
32 //
33 // class decleration
34 //
35 
37 
38  public:
41 
42  // typedef edm::ESProducts<> ReturnType;
43 
44  virtual std::auto_ptr<SiPixelGainCalibrationForHLT> produce(const SiPixelGainCalibrationForHLTRcd &);
45 
46  protected:
47 
49  const edm::IOVSyncValue&,
51 
52 
53  private:
54 
56 
57 };
58 #endif
virtual std::auto_ptr< SiPixelGainCalibrationForHLT > produce(const SiPixelGainCalibrationForHLTRcd &)
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
SiPixelFakeGainForHLTESSource(const edm::ParameterSet &)