CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelLorentzAngleDB.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelLorentzAngleDB_SiPixelLorentzAngleDB_h
2 #define CalibTracker_SiPixelLorentzAngleDB_SiPixelLorentzAngleDB_h
3 
4 #include <map>
5 
11 
14 
16 
17 // Magnetic field
20 
21 // #include "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleAlgorithm.h"
22 
24 {
25  public:
26 
28 
29  virtual ~SiPixelLorentzAngleDB();
30 
31  // virtual void beginJob(const edm::EventSetup& c);
32 
33  virtual void beginJob();
34 
35  virtual void endJob();
36 
37  virtual void analyze(const edm::Event& e, const edm::EventSetup& c);
38 
39 
40  private:
41 
42  std::vector< std::pair<uint32_t, float> > detid_la;
49  bool useFile_;
50 };
51 
52 
53 #endif
std::vector< std::pair< uint32_t, float > > detid_la
virtual void analyze(const edm::Event &e, const edm::EventSetup &c)
SiPixelLorentzAngleDB(const edm::ParameterSet &conf)
tuple conf
Definition: dbtoconf.py:185