CMS 3D CMS Logo

VertexMonitor.h
Go to the documentation of this file.
1 #ifndef VertexMonitor_H
2 #define VertexMonitor_H
3 // -*- C++ -*-
4 //
5 //
10 // system include files
11 #include <memory>
12 
13 // user include files
23 
24 class GetLumi;
25 
27 public:
30 
33  const edm::InputTag&,
34  const edm::InputTag&,
35  std::string pvLabel,
37 
38  virtual ~VertexMonitor();
39  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
40 
41  virtual void initHisto(DQMStore::IBooker& ibooker);
42  virtual void analyze(const edm::Event&, const edm::EventSetup&);
43 
44  // ----------member data ---------------------------
45 
47 
51 
54 
56 
72 
77 
81 
86 
91 
95 
96  std::string histname; //for naming the histograms according to algorithm used
97 };
98 #endif
bool doPlotsVsGoodPVtx_
Definition: VertexMonitor.h:94
edm::EDGetTokenT< reco::VertexCollection > pvToken_
Definition: VertexMonitor.h:52
MonitorElement * GoodPVtxNumberOfTracks
Definition: VertexMonitor.h:82
MonitorElement * Chi2oNDFVsGoodPVtx
Definition: VertexMonitor.h:73
std::string label_
Definition: VertexMonitor.h:50
MonitorElement * GoodPVtxChi2oNDFVsBXlumi
Definition: VertexMonitor.h:88
edm::ParameterSet conf_
Definition: VertexMonitor.h:46
std::string histname
Definition: VertexMonitor.h:96
MonitorElement * GoodPVtxSumPtVsBXlumi
Definition: VertexMonitor.h:79
MonitorElement * GoodPVtxNumberOfTracksVsBXlumi
Definition: VertexMonitor.h:83
virtual void initHisto(DQMStore::IBooker &ibooker)
dqm::legacy::DQMStore DQMStore
Definition: VertexMonitor.h:28
MonitorElement * NumberOfFakePVtx
Definition: VertexMonitor.h:66
bool doPlotsVsBXlumi_
Definition: VertexMonitor.h:93
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MonitorElement * NumberOfBADndofPVtxVsGoodPVtx
Definition: VertexMonitor.h:71
MonitorElement * GoodPVtxNumberOfTracksVsGoodPVtx
Definition: VertexMonitor.h:84
MonitorElement * GoodPVtxChi2oNDFVsGoodPVtx
Definition: VertexMonitor.h:87
MonitorElement * FractionOfGoodPVtxVsPVtx
Definition: VertexMonitor.h:65
MonitorElement * NumberOfFakePVtxVsGoodPVtx
Definition: VertexMonitor.h:68
virtual ~VertexMonitor()
edm::InputTag primaryVertexInputTag_
Definition: VertexMonitor.h:48
dqm::legacy::MonitorElement MonitorElement
Definition: VertexMonitor.h:29
MonitorElement * Chi2oNDFVsBXlumi
Definition: VertexMonitor.h:74
MonitorElement * FractionOfGoodPVtx
Definition: VertexMonitor.h:62
MonitorElement * FractionOfGoodPVtxVsBXlumi
Definition: VertexMonitor.h:63
MonitorElement * GoodPVtxSumPtVsGoodPVtx
Definition: VertexMonitor.h:80
MonitorElement * NumberOfPVtxVsBXlumi
Definition: VertexMonitor.h:58
MonitorElement * NumberOfPVtxVsGoodPVtx
Definition: VertexMonitor.h:59
edm::EDGetTokenT< reco::VertexCollection > selpvToken_
Definition: VertexMonitor.h:53
MonitorElement * FractionOfGoodPVtxVsGoodPVtx
Definition: VertexMonitor.h:64
MonitorElement * NumberOfBADndofPVtx
Definition: VertexMonitor.h:69
MonitorElement * Chi2ProbVsGoodPVtx
Definition: VertexMonitor.h:75
VertexMonitor(const edm::ParameterSet &, const edm::InputTag &, const edm::InputTag &, std::string pvLabel)
MonitorElement * GoodPVtxSumPt
Definition: VertexMonitor.h:78
MonitorElement * Chi2ProbVsBXlumi
Definition: VertexMonitor.h:76
MonitorElement * GoodPVtxChi2ProbVsGoodPVtx
Definition: VertexMonitor.h:89
edm::InputTag selectedPrimaryVertexInputTag_
Definition: VertexMonitor.h:49
MonitorElement * NumberOfGoodPVtxVsBXlumi
Definition: VertexMonitor.h:61
MonitorElement * GoodPVtxChi2ProbVsBXlumi
Definition: VertexMonitor.h:90
MonitorElement * NumberOfBADndofPVtxVsBXlumi
Definition: VertexMonitor.h:70
MonitorElement * NumberOfPVtx
Definition: VertexMonitor.h:57
MonitorElement * GoodPVtxNumberOfTracksVsGoodPVtxNdof
Definition: VertexMonitor.h:85
virtual void analyze(const edm::Event &, const edm::EventSetup &)
GetLumi * lumiDetails_
Definition: VertexMonitor.h:55
MonitorElement * NumberOfGoodPVtx
Definition: VertexMonitor.h:60
MonitorElement * NumberOfFakePVtxVsBXlumi
Definition: VertexMonitor.h:67