#include <memory>
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include "DataFormats/JetReco/interface/BasicJetCollection.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "RecoParticleFlow/Benchmark/interface/PFJetBenchmark.h"
Go to the source code of this file.
Classes | |
class | PFJetBenchmarkAnalyzer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PFJetBenchmarkAnalyzer > > | s_filler__LINE__ ("PFJetBenchmarkAnalyzer") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< PFJetBenchmarkAnalyzer > > | s_maker__LINE__ ("PFJetBenchmarkAnalyzer") |
Variables | |
string | benchmarkLabel_ |
DQMStore * | dbe_ |
double | deltaRMax = 0.1 |
double | maxEta |
bool | onlyTwoJets |
string | outjetfilename |
bool | pfjBenchmarkDebug |
PFJetBenchmark | PFJetBenchmark_ |
PFJet Benchmark. More... | |
bool | plotAgainstReco |
double | recPt |
|
static |
|
static |
string benchmarkLabel_ |
Definition at line 72 of file PFJetBenchmarkAnalyzer.cc.
Referenced by GenericBenchmarkAnalyzer::beginJob(), BenchmarkAnalyzer::BenchmarkAnalyzer(), GenericBenchmarkAnalyzer::GenericBenchmarkAnalyzer(), and PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer().
DQMStore* dbe_ |
Definition at line 75 of file PFJetBenchmarkAnalyzer.cc.
Referenced by SiStripCalibLorentzAngle::algoBeginJob(), FourVectorHLT::analyze(), GenericBenchmarkAnalyzer::beginJob(), PFTester::beginJob(), DQMSourceExample::beginJob(), DQMOfflineHLTEventInfoClient::beginJob(), DQMClientExample::beginJob(), DTnoiseDBValidation::beginRun(), DTnoiseDBValidation::bookHisto(), TkConvValidator::bookHistograms(), DTt0DBValidation::bookHistos(), ConversionPostprocessing::ConversionPostprocessing(), DTnoiseDBValidation::DTnoiseDBValidation(), DTt0DBValidation::DTt0DBValidation(), GenericBenchmarkAnalyzer::endJob(), PFTester::endJob(), DTnoiseDBValidation::endJob(), DTt0DBValidation::endJob(), TkConvValidator::endJob(), DQMOfflineHLTEventInfoClient::endRun(), MuonTrackResidualAnalyzer::endRun(), MuonTrackAnalyzer::endRun(), HLTOverallSummary::endRun(), FourVectorHLT::FourVectorHLT(), HLTOverallSummary::HLTOverallSummary(), DQMSourceExample::initialize(), DQMOfflineHLTEventInfoClient::initialize(), DQMClientExample::initialize(), MuonTrackAnalyzer::MuonTrackAnalyzer(), MuonTrackResidualAnalyzer::MuonTrackResidualAnalyzer(), DQMClientExample::performClient(), PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), PhotonPostprocessing::PhotonPostprocessing(), ConversionPostprocessing::runPostprocessing(), and PhotonPostprocessing::runPostprocessing().
double deltaRMax = 0.1 |
Definition at line 71 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PhotonAnalyzer::analyze(), PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFJetBenchmark::setup().
double maxEta |
Definition at line 74 of file PFJetBenchmarkAnalyzer.cc.
Referenced by CSCUpgradeMotherboardLUTGenerator::assignRoll(), MaterialBudgetCastorHistos::book(), MaterialBudget::book(), MaterialBudgetForward::book(), MuonTrackValidator::bookHistograms(), HCALResponse::correctHF(), FWECALCaloDataDetailViewBuilder::fillData(), DetIdAssociator::getDetIdsCloseToAPoint(), HCALResponse::HCALResponse(), HcalTB06Analysis::HcalTB06Analysis(), muonisolation::Cuts::init(), reco::MustacheKernel::inMustache(), HcalHardcodeGeometryLoader::load(), MinPtCutInEtaRanges::MinPtCutInEtaRanges(), MuonErrorMatrix::MuonErrorMatrix(), PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), HcalHardcodeCalibrations::produceRespCorrs(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), EcalIndexingTools::setBinRange(), GenericBenchmark::setup(), and PFJetBenchmark::setup().
bool onlyTwoJets |
Definition at line 70 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), PFJetMonitor::setParameters(), and PFJetBenchmark::setup().
string outjetfilename |
Definition at line 67 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer().
bool pfjBenchmarkDebug |
Definition at line 68 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer().
PFJetBenchmark PFJetBenchmark_ |
PFJet Benchmark.
Definition at line 66 of file PFJetBenchmarkAnalyzer.cc.
bool plotAgainstReco |
Definition at line 69 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), PFJetBenchmark::setup(), and PFMETBenchmark::setup().
double recPt |
Definition at line 73 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PhysicsObjectsMonitor::analyze(), TkConvValidator::analyze(), PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFJetBenchmark::setup().