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 | ET (PlotAgainstReco_) ? "reconstructed E_{T} [GeV]" : "generated E_{T} [GeV]" |
|
#define | ETA (PlotAgainstReco_) ? "reconstructed #eta" : "generated #eta" |
|
#define | PHI (PlotAgainstReco_) ? "reconstructed #phi (rad)" : "generated #phi (rad)" |
|
#define | SETAXES(name, xtitle, ytitle) |
|
◆ BOOK1D
#define BOOK1D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx |
|
) |
| |
◆ BOOK2D
#define BOOK2D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx, |
|
|
|
nbinsy, |
|
|
|
lowy, |
|
|
|
highy |
|
) |
| |
◆ ET
#define ET (PlotAgainstReco_) ? "reconstructed E_{T} [GeV]" : "generated E_{T} [GeV]" |
◆ ETA
#define ETA (PlotAgainstReco_) ? "reconstructed #eta" : "generated #eta" |
◆ PHI
#define PHI (PlotAgainstReco_) ? "reconstructed #phi (rad)" : "generated #phi (rad)" |
◆ SETAXES
#define SETAXES |
( |
|
name, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| |