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 //
16 // Updated by: Lukas Wehrli
17 // for pixel offline DQM
18 
19 #include <boost/cstdint.hpp>
20 
30 
31 //Files added for monitoring track quantities
38 
40 
42 
43 
45  public:
48 
49  virtual void beginJob();
50  virtual void endJob(void);
51  virtual void beginRun(const edm::Run& r, edm::EventSetup const& iSetup);
52  virtual void analyze(const edm::Event&, const edm::EventSetup&);
53  void triplets(double x1,double y1,double z1,double x2,double y2,double z2,double x3,double y3,double z3,
54  double ptsig, double & dc,double & dz, double kap);
55  private:
69 
70 
71  bool debug_;
72  bool modOn;
73  bool reducedSet;
74  //barrel:
75  bool ladOn, layOn, phiOn;
76  //forward:
78  double ptminres_;
79  bool firstRun;
80  int NTotal;
81  int NLowProb;
82 
83  std::map<uint32_t, SiPixelTrackResidualModule*> theSiPixelStructure;
84 
87 
172 
173  //new
194  //
195 
202 
211 
213 };
214 
215 #endif
edm::EDGetTokenT< reco::TrackCollection > generalTracksToken_
edm::EDGetTokenT< std::vector< Trajectory > > tracksrcToken_
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)
edm::EDGetTokenT< std::vector< reco::Track > > trackToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clustersrcToken_
std::map< uint32_t, SiPixelTrackResidualModule * > theSiPixelStructure
edm::EDGetTokenT< reco::VertexCollection > offlinePrimaryVerticesToken_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
edm::EDGetTokenT< TrajTrackAssociationCollection > trackAssociationToken_
Definition: Run.h:41