A benchmark managing several benchmarks. More...
#include <PFCandidateManager.h>
Public Member Functions | |
template<class C > | |
void | fill (const reco::PFCandidateCollection &candCollection, const C &matchedCandCollection) |
fill histograms with all particle More... | |
PFCandidateManager (float dRMax=0.3, bool matchCharge=true, Benchmark::Mode mode=Benchmark::DEFAULT) | |
void | setDirectory (TDirectory *dir) |
set directory (to use in ROOT) More... | |
void | setParameters (float dRMax=0.3, bool matchCharge=true, Benchmark::Mode mode=Benchmark::DEFAULT) |
set the benchmark parameters More... | |
void | setup () |
book histograms More... | |
virtual | ~PFCandidateManager () |
Public Member Functions inherited from Benchmark | |
Benchmark (Mode mode=DEFAULT) | |
bool | isInRange (float pt, float eta, float phi) const |
void | setParameters (Mode mode) |
void | setRange (float ptMin, float ptMax, float etaMin, float etaMax, float phiMin, float phiMax) |
void | write () |
write to the TFile, in plain ROOT mode. No need to call this function in DQM mode More... | |
virtual | ~Benchmark () |
Protected Attributes | |
CandidateBenchmark | candBench_ |
float | dRMax_ |
MatchCandidateBenchmark | matchCandBench_ |
bool | matchCharge_ |
PFCandidateBenchmark | pfCandBench_ |
Protected Attributes inherited from Benchmark | |
TDirectory * | dir_ |
float | etaMax_ |
float | etaMin_ |
Mode | mode_ |
float | phiMax_ |
float | phiMin_ |
float | ptMax_ |
float | ptMin_ |
Additional Inherited Members | |
Public Types inherited from Benchmark | |
enum | Mode { DEFAULT, DQMOFFLINE, VALIDATION } |
Static Public Attributes inherited from Benchmark | |
static DQMStore * | DQM_ = 0 |
Protected Member Functions inherited from Benchmark | |
TH1F * | book1D (const char *histname, const char *title, int nbins, float xmin, float xmax) |
book a 1D histogram, either with DQM or plain root. More... | |
TH2F * | book2D (const char *histname, const char *title, int nbinsx, float xmin, float xmax, int nbinsy, float ymin, float ymax) |
book a 2D histogram, either with DQM or plain root. More... | |
TH2F * | book2D (const char *histname, const char *title, int nbinsx, float *xbins, int nbinsy, float ymin, float ymax) |
book a 2D histogram, either with DQM or plain root. More... | |
A benchmark managing several benchmarks.
The benchmarks are filled only for the PFCandidates matched to a candidate in the matching collection within the limits in delta R. The parameters for this benchmark are:
Definition at line 24 of file PFCandidateManager.h.
|
inline |
Definition at line 28 of file PFCandidateManager.h.
|
virtual |
Definition at line 19 of file PFCandidateManager.cc.
void PFCandidateManager::fill | ( | const reco::PFCandidateCollection & | candCollection, |
const C & | matchedCandCollection | ||
) |
fill histograms with all particle
Definition at line 68 of file PFCandidateManager.h.
References candBench_, dRMax_, reco::LeafCandidate::eta(), PFCandidateBenchmark::fillOne(), CandidateBenchmark::fillOne(), MatchCandidateBenchmark::fillOne(), i, Benchmark::isInRange(), PFB::match(), matchCandBench_, matchCharge_, pfCandBench_, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
Referenced by PFCandidateManagerAnalyzer::analyze(), and PFRootEventManager::processEntry().
|
virtual |
set directory (to use in ROOT)
Reimplemented from Benchmark.
Definition at line 22 of file PFCandidateManager.cc.
References Benchmark::setDirectory().
Referenced by PFRootEventManager::readOptions().
void PFCandidateManager::setParameters | ( | float | dRMax = 0.3 , |
bool | matchCharge = true , |
||
Benchmark::Mode | mode = Benchmark::DEFAULT |
||
) |
set the benchmark parameters
Definition at line 32 of file PFCandidateManager.cc.
References alignBH_cfg::mode.
Referenced by PFRootEventManager::readOptions().
void PFCandidateManager::setup | ( | void | ) |
book histograms
Definition at line 45 of file PFCandidateManager.cc.
Referenced by PFCandidateManagerAnalyzer::beginJob(), and PFRootEventManager::readOptions().
|
protected |
Definition at line 55 of file PFCandidateManager.h.
Referenced by fill().
|
protected |
Definition at line 59 of file PFCandidateManager.h.
Referenced by fill().
|
protected |
Definition at line 57 of file PFCandidateManager.h.
Referenced by fill().
|
protected |
Definition at line 60 of file PFCandidateManager.h.
Referenced by fill().
|
protected |
Definition at line 56 of file PFCandidateManager.h.
Referenced by fill().