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 // $Id: SiPixelFakeGainForHLTESSource.h,v 1.1 2008/02/11 15:23:29 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<SiPixelGainCalibrationForHLT> produce(const SiPixelGainCalibrationForHLTRcd &);
46 
47  protected:
48 
50  const edm::IOVSyncValue&,
52 
53 
54  private:
55 
57 
58 };
59 #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 &)