#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/BasicJetCollection.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include "RecoParticleFlow/Benchmark/interface/PFJetBenchmark.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ParameterSet/interface/InputTag.h"
Go to the source code of this file.
Classes | |
class | PFJetBenchmarkAnalyzer |
Description: <one line="" class="" summary>="">. More... | |
Functions | |
DEFINE_FWK_MODULE (PFJetBenchmarkAnalyzer) | |
Variables | |
string | benchmarkLabel_ |
DQMStore * | dbe_ |
double | deltaRMax = 0.1 |
double | maxEta |
bool | onlyTwoJets |
string | outjetfilename |
bool | pfjBenchmarkDebug |
PFJetBenchmark | PFJetBenchmark_ |
PFJet Benchmark. | |
bool | plotAgainstReco |
double | recPt |
InputTag | sGenJetAlgo |
InputTag | sJetAlgo |
DEFINE_FWK_MODULE | ( | PFJetBenchmarkAnalyzer | ) |
string benchmarkLabel_ |
Definition at line 75 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer().
Definition at line 78 of file PFJetBenchmarkAnalyzer.cc.
Referenced by SiStripCalibLorentzAngle::algoBeginJob().
double deltaRMax = 0.1 |
Definition at line 74 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFRootEventManager::readOptions().
double maxEta |
Definition at line 77 of file PFJetBenchmarkAnalyzer.cc.
Referenced by DetIdAssociator::getDetIdsCloseToAPoint(), MuonErrorMatrix::MuonErrorMatrix(), PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and IgSoLegoTowers::refresh().
Definition at line 73 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFRootEventManager::readOptions().
string outjetfilename |
Definition at line 70 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFRootEventManager::readOptions().
Definition at line 71 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFRootEventManager::readOptions().
Definition at line 72 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer(), and PFRootEventManager::readOptions().
double recPt |
Definition at line 76 of file PFJetBenchmarkAnalyzer.cc.
Referenced by PhotonValidator::analyze(), PhysicsObjectsMonitor::analyze(), and PFJetBenchmarkAnalyzer::PFJetBenchmarkAnalyzer().
Definition at line 68 of file PFJetBenchmarkAnalyzer.cc.
Definition at line 69 of file PFJetBenchmarkAnalyzer.cc.