#include <PFJetMonitor.h>
Public Member Functions | |
template<class T , class C > | |
void | fill (const T &jetCollection, const C &matchedJetCollection, float &minVal, float &maxVal) |
fill histograms with all particle More... | |
void | fillOne (const reco::Jet &jet, const reco::Jet &matchedJet) |
PFJetMonitor (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 (const edm::ParameterSet ¶meterSet) |
set the parameters More... | |
void | setup () |
book histograms More... | |
void | setup (const edm::ParameterSet ¶meterSet) |
book histograms More... | |
virtual | ~PFJetMonitor () |
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_ |
bool | createPFractionHistos_ |
TH2F * | delta_frac_VS_frac_charged_hadron_ |
TH2F * | delta_frac_VS_frac_electron_ |
TH2F * | delta_frac_VS_frac_muon_ |
TH2F * | delta_frac_VS_frac_neutral_hadron_ |
TH2F * | delta_frac_VS_frac_photon_ |
float | dRMax_ |
MatchCandidateBenchmark | matchCandBench_ |
bool | matchCharge_ |
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... | |
Definition at line 12 of file PFJetMonitor.h.
|
inline |
Definition at line 16 of file PFJetMonitor.h.
|
virtual |
Definition at line 13 of file PFJetMonitor.cc.
void PFJetMonitor::fill | ( | const T & | jetCollection, |
const C & | matchedJetCollection, | ||
float & | minVal, | ||
float & | maxVal | ||
) |
fill histograms with all particle
Definition at line 65 of file PFJetMonitor.h.
References candBench_, createPFractionHistos_, dRMax_, reco::Candidate::eta(), reco::LeafCandidate::eta(), MatchCandidateBenchmark::fillOne(), CandidateBenchmark::fillOne(), fillOne(), i, Benchmark::isInRange(), metsig::jet, PFB::match(), matchCandBench_, matchCharge_, reco::Candidate::phi(), reco::LeafCandidate::phi(), reco::Candidate::pt(), reco::LeafCandidate::pt(), and findQualityFiles::size.
Referenced by PFJetDQMAnalyzer::analyze().
Definition at line 78 of file PFJetMonitor.cc.
References reco::PFJet::chargedHadronMultiplicity(), createPFractionHistos_, delta_frac_VS_frac_charged_hadron_, delta_frac_VS_frac_electron_, delta_frac_VS_frac_muon_, delta_frac_VS_frac_neutral_hadron_, delta_frac_VS_frac_photon_, reco::PFJet::electronMultiplicity(), metsig::jet, reco::PFJet::muonMultiplicity(), reco::PFJet::neutralHadronMultiplicity(), and reco::PFJet::photonMultiplicity().
Referenced by fill().
|
virtual |
set directory (to use in ROOT)
Reimplemented from Benchmark.
Definition at line 71 of file PFJetMonitor.cc.
References candBench_, matchCandBench_, and Benchmark::setDirectory().
void PFJetMonitor::setParameters | ( | const edm::ParameterSet & | parameterSet | ) |
set the parameters
Definition at line 16 of file PFJetMonitor.cc.
References candBench_, createPFractionHistos_, dRMax_, edm::ParameterSet::getParameter(), matchCandBench_, matchCharge_, Benchmark::mode_, Benchmark::setParameters(), and Benchmark::setRange().
Referenced by PFJetDQMAnalyzer::PFJetDQMAnalyzer().
void PFJetMonitor::setup | ( | void | ) |
book histograms
Definition at line 53 of file PFJetMonitor.cc.
References Benchmark::book2D(), candBench_, createPFractionHistos_, delta_frac_VS_frac_charged_hadron_, delta_frac_VS_frac_electron_, delta_frac_VS_frac_muon_, delta_frac_VS_frac_neutral_hadron_, delta_frac_VS_frac_photon_, matchCandBench_, CandidateBenchmark::setup(), and MatchCandidateBenchmark::setup().
Referenced by PFJetDQMAnalyzer::beginJob().
void PFJetMonitor::setup | ( | const edm::ParameterSet & | parameterSet | ) |
book histograms
Definition at line 35 of file PFJetMonitor.cc.
References Benchmark::book2D(), candBench_, createPFractionHistos_, delta_frac_VS_frac_charged_hadron_, delta_frac_VS_frac_electron_, delta_frac_VS_frac_muon_, delta_frac_VS_frac_neutral_hadron_, delta_frac_VS_frac_photon_, matchCandBench_, CandidateBenchmark::setup(), and MatchCandidateBenchmark::setup().
|
protected |
Definition at line 48 of file PFJetMonitor.h.
Referenced by fill(), setDirectory(), setParameters(), and setup().
|
protected |
Definition at line 59 of file PFJetMonitor.h.
Referenced by fill(), fillOne(), setParameters(), and setup().
|
protected |
Definition at line 54 of file PFJetMonitor.h.
|
protected |
Definition at line 53 of file PFJetMonitor.h.
|
protected |
Definition at line 51 of file PFJetMonitor.h.
|
protected |
Definition at line 55 of file PFJetMonitor.h.
|
protected |
Definition at line 52 of file PFJetMonitor.h.
|
protected |
Definition at line 57 of file PFJetMonitor.h.
Referenced by fill(), and setParameters().
|
protected |
Definition at line 49 of file PFJetMonitor.h.
Referenced by fill(), setDirectory(), setParameters(), and setup().
|
protected |
Definition at line 58 of file PFJetMonitor.h.
Referenced by fill(), and setParameters().