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
18 
21 
23 
26 
29 
30 class GetLumi;
31 
33 {
34  public:
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 
55 
57 
73 
78 
82 
87 
92 
93  bool doAllPlots_;
96 
97  std::string histname; //for naming the histograms according to algorithm used
98 
99 };
100 #endif
bool doPlotsVsGoodPVtx_
Definition: VertexMonitor.h:95
edm::EDGetTokenT< reco::VertexCollection > pvToken_
Definition: VertexMonitor.h:52
MonitorElement * GoodPVtxNumberOfTracks
Definition: VertexMonitor.h:83
MonitorElement * Chi2oNDFVsGoodPVtx
Definition: VertexMonitor.h:74
std::string label_
Definition: VertexMonitor.h:50
MonitorElement * GoodPVtxChi2oNDFVsBXlumi
Definition: VertexMonitor.h:89
edm::ParameterSet conf_
Definition: VertexMonitor.h:46
std::string histname
Definition: VertexMonitor.h:97
MonitorElement * GoodPVtxSumPtVsBXlumi
Definition: VertexMonitor.h:80
MonitorElement * GoodPVtxNumberOfTracksVsBXlumi
Definition: VertexMonitor.h:84
virtual void initHisto(DQMStore::IBooker &ibooker)
MonitorElement * NumberOfFakePVtx
Definition: VertexMonitor.h:67
bool doPlotsVsBXlumi_
Definition: VertexMonitor.h:94
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MonitorElement * NumberOfBADndofPVtxVsGoodPVtx
Definition: VertexMonitor.h:72
MonitorElement * GoodPVtxNumberOfTracksVsGoodPVtx
Definition: VertexMonitor.h:85
MonitorElement * GoodPVtxChi2oNDFVsGoodPVtx
Definition: VertexMonitor.h:88
MonitorElement * FractionOfGoodPVtxVsPVtx
Definition: VertexMonitor.h:66
MonitorElement * NumberOfFakePVtxVsGoodPVtx
Definition: VertexMonitor.h:69
virtual ~VertexMonitor()
edm::InputTag primaryVertexInputTag_
Definition: VertexMonitor.h:48
MonitorElement * Chi2oNDFVsBXlumi
Definition: VertexMonitor.h:75
MonitorElement * FractionOfGoodPVtx
Definition: VertexMonitor.h:63
MonitorElement * FractionOfGoodPVtxVsBXlumi
Definition: VertexMonitor.h:64
MonitorElement * GoodPVtxSumPtVsGoodPVtx
Definition: VertexMonitor.h:81
MonitorElement * NumberOfPVtxVsBXlumi
Definition: VertexMonitor.h:59
MonitorElement * NumberOfPVtxVsGoodPVtx
Definition: VertexMonitor.h:60
edm::EDGetTokenT< reco::VertexCollection > selpvToken_
Definition: VertexMonitor.h:53
MonitorElement * FractionOfGoodPVtxVsGoodPVtx
Definition: VertexMonitor.h:65
MonitorElement * NumberOfBADndofPVtx
Definition: VertexMonitor.h:70
MonitorElement * Chi2ProbVsGoodPVtx
Definition: VertexMonitor.h:76
VertexMonitor(const edm::ParameterSet &, const edm::InputTag &, const edm::InputTag &, std::string pvLabel)
MonitorElement * GoodPVtxSumPt
Definition: VertexMonitor.h:79
MonitorElement * Chi2ProbVsBXlumi
Definition: VertexMonitor.h:77
MonitorElement * GoodPVtxChi2ProbVsGoodPVtx
Definition: VertexMonitor.h:90
edm::InputTag selectedPrimaryVertexInputTag_
Definition: VertexMonitor.h:49
MonitorElement * NumberOfGoodPVtxVsBXlumi
Definition: VertexMonitor.h:62
MonitorElement * GoodPVtxChi2ProbVsBXlumi
Definition: VertexMonitor.h:91
MonitorElement * NumberOfBADndofPVtxVsBXlumi
Definition: VertexMonitor.h:71
MonitorElement * NumberOfPVtx
Definition: VertexMonitor.h:58
MonitorElement * GoodPVtxNumberOfTracksVsGoodPVtxNdof
Definition: VertexMonitor.h:86
virtual void analyze(const edm::Event &, const edm::EventSetup &)
GetLumi * lumiDetails_
Definition: VertexMonitor.h:56
MonitorElement * NumberOfGoodPVtx
Definition: VertexMonitor.h:61
MonitorElement * NumberOfFakePVtxVsBXlumi
Definition: VertexMonitor.h:68