CMS 3D CMS Logo

SiPixelHitEfficiencySource.h
Go to the documentation of this file.
1 #ifndef SiPixelHitEfficiencySource_H
2 #define SiPixelHitEfficiencySource_H
3 
4 // Package: SiPixelMonitorTrack
5 // Class: SiPixelHitEfficiencySource
6 //
7 // class SiPixelHitEfficiencySource SiPixelHitEfficiencySource.h
8 // DQM/SiPixelMonitorTrack/interface/SiPixelHitEfficiencySource.h
9 //
10 // Description: <one line class summary>
11 // Implementation: <Notes on implementation>
12 //
13 //
14 // Original Authors: Romain Rougny & Luca Mucibello
15 // Created: Mar Nov 10 13:29:00 CET 2009
16 
17 
18 #include <boost/cstdint.hpp>
19 
30 
31 //Files added for monitoring track quantities
45 
47  public:
50 
51  virtual void dqmBeginRun(const edm::Run& r, edm::EventSetup const& iSetup) override;
52  virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
53  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
54  virtual void fillClusterProbability(int , int, bool, double );
55 
56  private:
59  // edm::InputTag tracksrc_;
63 
65 
68 
69  bool debug_;
70  bool modOn;
71  //barrel:
72  bool ladOn, layOn, phiOn;
73  //forward:
75 
76  bool firstRun;
77 
78  std::map<uint32_t, SiPixelHitEfficiencyModule*> theSiPixelStructure;
79 
82 
83  int nvtx_;
84  int vtxntrk_;
85  double vtxD0_;
86  double vtxX_;
87  double vtxY_;
88  double vtxZ_;
89  double vtxndof_;
90  double vtxchi2_;
91 
92  bool isUpgrade;
93 
94  //MEs for cluster probability
97 
100 
103 
106 
109 
110 };
111 
112 #endif
edm::EDGetTokenT< MeasurementTrackerEvent > measurementTrackerEventToken_
SiPixelHitEfficiencySource(const edm::ParameterSet &)
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clusterCollectionToken_
std::map< uint32_t, SiPixelHitEfficiencyModule * > theSiPixelStructure
virtual void fillClusterProbability(int, int, bool, double)
virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< reco::VertexCollection > vertexCollectionToken_
edm::EDGetTokenT< TrajTrackAssociationCollection > tracksrc_
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
virtual void dqmBeginRun(const edm::Run &r, edm::EventSetup const &iSetup) override
Definition: Run.h:42