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 |
|
) |
| |
◆ BOOK2D
#define BOOK2D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx, |
|
|
|
nbinsy, |
|
|
|
lowy, |
|
|
|
highy |
|
) |
| |
◆ PT
#define PT (plotAgainstReco_) ? "reconstructed P_{T}" : "generated P_{T}" |
◆ SETAXES
#define SETAXES |
( |
|
name, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| |
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())