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 | SETAXES(name, xtitle, ytitle) |
|
◆ BOOK1D
#define BOOK1D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx |
|
) |
| |
◆ BOOK2D
#define BOOK2D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx, |
|
|
|
nbinsy, |
|
|
|
lowy, |
|
|
|
highy |
|
) |
| |
Value:h##
name = db_ ? db_->book2D(#
name,
title, nbinsx, lowx, highx, nbinsy, lowy, highy)->getTH2F() \
:
new TH2F(#
name,
title, nbinsx, lowx, highx, nbinsy, lowy, highy)
Definition at line 9 of file PFTauElecRejectionBenchmark.cc.
◆ SETAXES
#define SETAXES |
( |
|
name, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| |