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 
26 
27 // Files added for monitoring track quantities
41 #include <cstdint>
42 
44 public:
46  ~SiPixelHitEfficiencySource() override;
47 
48  void dqmBeginRun(const edm::Run &r, edm::EventSetup const &iSetup) override;
49  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
50  void analyze(const edm::Event &, const edm::EventSetup &) override;
51  virtual void fillClusterProbability(int, int, bool, double);
52 
53 private:
56  // edm::InputTag tracksrc_;
60 
62 
65 
66  bool debug_;
67  bool modOn;
68  // barrel:
69  bool ladOn, layOn, phiOn;
70  // forward:
72 
73  bool firstRun;
74 
75  std::map<uint32_t, SiPixelHitEfficiencyModule *> theSiPixelStructure;
76 
79 
80  int nvtx_;
81  int vtxntrk_;
82  double vtxD0_;
83  double vtxX_;
84  double vtxY_;
85  double vtxZ_;
86  double vtxndof_;
87  double vtxchi2_;
88 
89  bool isUpgrade;
90 
91  // MEs for cluster probability
94 
97 
100 
103 
106 };
107 
108 #endif
edm::EDGetTokenT< MeasurementTrackerEvent > measurementTrackerEventToken_
std::map< uint32_t, SiPixelHitEfficiencyModule * > theSiPixelStructure
SiPixelHitEfficiencySource(const edm::ParameterSet &)
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clusterCollectionToken_
virtual void fillClusterProbability(int, int, bool, double)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< reco::VertexCollection > vertexCollectionToken_
edm::EDGetTokenT< TrajTrackAssociationCollection > tracksrc_
void analyze(const edm::Event &, const edm::EventSetup &) override
void dqmBeginRun(const edm::Run &r, edm::EventSetup const &iSetup) override
Definition: Run.h:45