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 // system include files
22 #include <memory>
23 
24 // user include files
31 //
32 // class decleration
33 //
34 
36 public:
38  ~SiPixelFakeLorentzAngleESSource() override = default;
39  virtual std::unique_ptr<SiPixelLorentzAngle> produce(const SiPixelLorentzAngleRcd &);
40 
41  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
42 
43 protected:
45  const edm::IOVSyncValue &,
46  edm::ValidityInterval &) override;
47 
48 private:
49  int HVgroup(int panel, int module);
50 
51  // data members
55  typedef std::vector<edm::ParameterSet> Parameters;
59 
62 };
63 #endif
std::vector< edm::ParameterSet > Parameters
virtual std::unique_ptr< SiPixelLorentzAngle > produce(const SiPixelLorentzAngleRcd &)
SiPixelFakeLorentzAngleESSource(const edm::ParameterSet &)
~SiPixelFakeLorentzAngleESSource() override=default
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override