#include "RecoParticleFlow/Benchmark/interface/PFMETBenchmark.h"
#include "TProfile.h"
#include "TF1.h"
#include "TH1F.h"
Go to the source code of this file.
Defines |
#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) h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |
Define Documentation
#define BOOK1D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx |
|
) |
| |
#define BOOK2D |
( |
|
name, |
|
|
|
title, |
|
|
|
nbinsx, |
|
|
|
lowx, |
|
|
|
highx, |
|
|
|
nbinsy, |
|
|
|
lowy, |
|
|
|
highy |
|
) |
| |
Value:h##name = dbe_ ? dbe_->book2D(#name,title,nbinsx,lowx,highx,nbinsy,lowy,highy)->getTH2F() \
: new TH2F(#name,title,nbinsx,lowx,highx,nbinsy,lowy,highy)
Definition at line 13 of file PFMETBenchmark.cc.
#define PT (plotAgainstReco_)?"reconstructed P_{T}" :"generated P_{T}" |
#define SETAXES |
( |
|
name, |
|
|
|
xtitle, |
|
|
|
ytitle |
|
) |
| h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |