CMS 3D CMS Logo

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 // system include files
22 #include <memory>
23 
24 // user include files
30 //
31 // class decleration
32 //
33 
35 public:
38 
39  // typedef edm::ESProducts<> ReturnType;
40 
41  virtual std::unique_ptr<SiPixelGainCalibrationForHLT> produce(const SiPixelGainCalibrationForHLTRcd &);
42 
43 protected:
45  const edm::IOVSyncValue &,
46  edm::ValidityInterval &) override;
47 
48 private:
50 };
51 #endif
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
virtual std::unique_ptr< SiPixelGainCalibrationForHLT > produce(const SiPixelGainCalibrationForHLTRcd &)
SiPixelFakeGainForHLTESSource(const edm::ParameterSet &)