CMS 3D CMS Logo

SiPixelFakeLorentzAngleESSource.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelESProducers_SiPixelFakeLorentzAngleESSource_h
2 #define CalibTracker_SiPixelESProducers_SiPixelFakeLorentzAngleESSource_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelFakeLorentzAngleESSource
6 // Class: SiPixelFakeLorentzAngleESSource
7 //
15 //
16 // Original Author: Lotte Wilke
17 // Created: Jan. 31st, 2008
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
31 // #include "CondTools/SiPixel/interface/SiPixelGainCalibrationService.h"
32 //
33 // class decleration
34 //
35 
37 
38  public:
41 
42  // typedef edm::ESProducts<> ReturnType;
43 
44  virtual std::unique_ptr<SiPixelLorentzAngle> produce(const SiPixelLorentzAngleRcd &);
45 
46  protected:
47 
49  const edm::IOVSyncValue&,
50  edm::ValidityInterval& ) override;
51 
52 
53  private:
54 
56 
57 };
58 #endif
virtual std::unique_ptr< SiPixelLorentzAngle > produce(const SiPixelLorentzAngleRcd &)
SiPixelFakeLorentzAngleESSource(const edm::ParameterSet &)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override