#include "RecoParticleFlow/Benchmark/interface/GenericBenchmark.h"
#include "RecoParticleFlow/Benchmark/interface/BenchmarkTree.h"
#include <TROOT.h>
#include <TFile.h>
Go to the source code of this file.
Macros | |
#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) |
#define BOOK1D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx | |||
) |
#define BOOK2D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx, | |||
nbinsy, | |||
lowy, | |||
highy | |||
) |
Definition at line 27 of file GenericBenchmark.cc.
Definition at line 28 of file GenericBenchmark.cc.
#define PHI (PlotAgainstReco_) ? "reconstructed #phi (rad)" : "generated #phi (rad)" |
Definition at line 29 of file GenericBenchmark.cc.