CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #include "boost/shared_ptr.hpp"
7 
8 // user include files
11 
13 
16 
21 
23  public:
26 
27  boost::shared_ptr<SiStripLorentzAngle> produce(const SiStripLorentzAngleDepRcd&);
28 
29  private:
30 
32  //edm::FileInPath fp_;
33  //bool MergeList_;
34 
35  // typedef std::vector< edm::ParameterSet > Parameters;
39 
40  boost::shared_ptr<SiStripLorentzAngle> siStripLA_;
41 
42 };
43 
44 #endif
45 
boost::shared_ptr< SiStripLorentzAngle > siStripLA_
boost::shared_ptr< SiStripLorentzAngle > produce(const SiStripLorentzAngleDepRcd &)
SiStripLorentzAngleDepESProducer(const edm::ParameterSet &)