CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelTrackResidualSource.h
Go to the documentation of this file.
1 #ifndef SiPixelTrackResidualSource_H
2 #define SiPixelTrackResidualSource_H
3 
4 // Package: SiPixelMonitorTrack
5 // Class: SiPixelTrackResidualSource
6 //
7 // class SiPixelTrackResidualSource SiPixelTrackResidualSource.h
8 // DQM/SiPixelMonitorTrack/interface/SiPixelTrackResidualSource.h
9 //
10 // Description: <one line class summary>
11 // Implementation: <Notes on implementation>
12 //
13 // Original Author: Shan-Huei Chuang
14 // Created: Fri Mar 23 18:41:42 CET 2007
15 // $Id: SiPixelTrackResidualSource.h,v 1.9 2012/09/11 09:37:41 clseitz Exp $
16 //
17 // Updated by: Lukas Wehrli
18 // for pixel offline DQM
19 
20 #include <boost/cstdint.hpp>
21 
31 
32 //Files added for monitoring track quantities
40 
42  public:
45 
46  virtual void beginJob();
47  virtual void endJob(void);
48  virtual void beginRun(const edm::Run& r, edm::EventSetup const& iSetup);
49  virtual void analyze(const edm::Event&, const edm::EventSetup&);
50  void triplets(double x1,double y1,double z1,double x2,double y2,double z2,double x3,double y3,double z3,
51  double ptsig, double & dc,double & dz, double kap);
52  private:
59 
60  bool debug_;
61  bool modOn;
62  bool reducedSet;
63  //barrel:
64  bool ladOn, layOn, phiOn;
65  //forward:
67  double ptminres_;
68  bool firstRun;
69  int NTotal;
70  int NLowProb;
71 
72  std::map<uint32_t, SiPixelTrackResidualModule*> theSiPixelStructure;
73 
76 
161 
162  //new
183  //
184 
191 
200 
202 };
203 
204 #endif
SiPixelTrackResidualSource(const edm::ParameterSet &)
virtual void beginRun(const edm::Run &r, edm::EventSetup const &iSetup)
void triplets(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, double ptsig, double &dc, double &dz, double kap)
std::map< uint32_t, SiPixelTrackResidualModule * > theSiPixelStructure
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: Run.h:36