#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 "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/HepMCCandidate/interface/GenParticleFwd.h"
#include "DataFormats/METReco/interface/CaloMET.h"
#include "DataFormats/METReco/interface/CaloMETCollection.h"
#include "DataFormats/METReco/interface/GenMET.h"
#include "DataFormats/METReco/interface/MET.h"
#include "DataFormats/METReco/interface/PFMET.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "RecoParticleFlow/Benchmark/interface/PFMETBenchmark.h"
Go to the source code of this file.
Classes | |
class | PFMETBenchmarkAnalyzer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < PFMETBenchmarkAnalyzer > > | s_filler__LINE__ ("PFMETBenchmarkAnalyzer") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < PFMETBenchmarkAnalyzer > > | s_maker__LINE__ ("PFMETBenchmarkAnalyzer") |
Variables | |
string | OutputFileName |
bool | pfmBenchmarkDebug |
PFMETBenchmark | PFMETBenchmark_ |
PFJet Benchmark. More... | |
string | xbenchmarkLabel_ |
dqm::legacy::DQMStore * | xdbe_ |
bool | xplotAgainstReco |
|
static |
|
static |
string OutputFileName |
Definition at line 73 of file PFMETBenchmarkAnalyzer.cc.
Referenced by BeamHaloAnalyzer::BeamHaloAnalyzer(), PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer(), SiStripBadAPVAlgorithmFromClusterOccupancy::setOutputFileName(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::setOutputFileName(), and SiStripHotStripAlgorithmFromClusterOccupancy::setOutputFileName().
bool pfmBenchmarkDebug |
Definition at line 74 of file PFMETBenchmarkAnalyzer.cc.
Referenced by PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer().
PFMETBenchmark PFMETBenchmark_ |
PFJet Benchmark.
Definition at line 72 of file PFMETBenchmarkAnalyzer.cc.
Referenced by PFMETBenchmarkAnalyzer::analyze(), PFMETBenchmarkAnalyzer::endJob(), and PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer().
string xbenchmarkLabel_ |
Definition at line 76 of file PFMETBenchmarkAnalyzer.cc.
Referenced by PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer().
dqm::legacy::DQMStore* xdbe_ |
Definition at line 77 of file PFMETBenchmarkAnalyzer.cc.
Referenced by PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer().
bool xplotAgainstReco |
Definition at line 75 of file PFMETBenchmarkAnalyzer.cc.
Referenced by PFMETBenchmarkAnalyzer::PFMETBenchmarkAnalyzer().