#include "RecoParticleFlow/Benchmark/interface/PFMETBenchmark.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.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 | PT (plotAgainstReco_)?"reconstructed P_{T}" :"generated P_{T}" |
#define | SETAXES(name, xtitle, ytitle) h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |
#define BOOK1D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx | |||
) |
Definition at line 6 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().
#define BOOK2D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx, | |||
nbinsy, | |||
lowy, | |||
highy | |||
) |
Definition at line 11 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().
Definition at line 25 of file PFMETBenchmark.cc.
#define SETAXES | ( | name, | |
xtitle, | |||
ytitle | |||
) | h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |
Definition at line 17 of file PFMETBenchmark.cc.
Referenced by PFMETBenchmark::setup().