CMS 3D CMS Logo

SiStripLorentzAngleDepESProducer.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiStripESProducers_SiStripLorentzAngleDepESProducer
2 #define CalibTracker_SiStripESProducers_SiStripLorentzAngleDepESProducer
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
10 
12 
15 
20 
22  public:
25 
26  std::shared_ptr<SiStripLorentzAngle> produce(const SiStripLorentzAngleDepRcd&);
27 
28  private:
29 
31  //edm::FileInPath fp_;
32  //bool MergeList_;
33 
34  // typedef std::vector< edm::ParameterSet > Parameters;
38 
39  std::shared_ptr<SiStripLorentzAngle> siStripLA_;
40 
41 };
42 
43 #endif
44 
std::shared_ptr< SiStripLorentzAngle > produce(const SiStripLorentzAngleDepRcd &)
SiStripLorentzAngleDepESProducer(const edm::ParameterSet &)
std::shared_ptr< SiStripLorentzAngle > siStripLA_