Go to the source code of this file.
|
#define | BOOK1D(name, title, nbinsx, lowx, highx) |
|
#define | BOOK2D(name, title, nbinsx, lowx, highx, nbinsy, lowy, highy) |
|
#define | PT (plotAgainstReco_) ? "reconstructed P_{T}" : "generated P_{T}" |
|
#define | SETAXES(name, xtitle, ytitle) |
|
◆ BOOK1D
#define BOOK1D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx |
|
) |
| |
Value:dqm::legacy::DQMStore * dbe_
virtual TH1F * getTH1F() const
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition at line 4 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().
◆ BOOK2D
#define BOOK2D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx, |
|
|
|
nbinsy, |
|
|
|
lowy, |
|
|
|
highy |
|
) |
| |
Value: :
new TH2F(#
name,
title, nbinsx, lowx, highx, nbinsy, lowy, highy)
dqm::legacy::DQMStore * dbe_
virtual TH2F * getTH2F() const
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition at line 9 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().
◆ PT
#define PT (plotAgainstReco_) ? "reconstructed P_{T}" : "generated P_{T}" |
◆ SETAXES
#define SETAXES |
( |
|
name, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| |
Value:
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition at line 15 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().