#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/one/EDProducer.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/L1TParticleFlow/interface/PFCandidate.h"
#include "DataFormats/L1TParticleFlow/interface/PFCluster.h"
#include "DataFormats/L1Trigger/interface/L1Candidate.h"
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "DataFormats/L1Trigger/interface/EtSum.h"
#include "TH2F.h"
#include <cmath>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Phase1L1TJetProducer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< Phase1L1TJetProducer > > | s_filler_0__LINE__ ("Phase1L1TJetProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< Phase1L1TJetProducer > > | s_maker__LINE__ ("Phase1L1TJetProducer") |
Variables | |
constexpr int | x_scroll_max = 4 |
constexpr int | x_scroll_min = -4 |
constexpr int | y_scroll_max = 3 |
constexpr int | y_scroll_min = 0 |
|
static |
|
static |
constexpr int x_scroll_max = 4 |
Definition at line 58 of file Phase1L1TJetProducer.cc.
Referenced by Phase1L1TJetProducer::subtract9x9Pileup().
constexpr int x_scroll_min = -4 |
Definition at line 57 of file Phase1L1TJetProducer.cc.
Referenced by Phase1L1TJetProducer::subtract9x9Pileup().
constexpr int y_scroll_max = 3 |
Definition at line 60 of file Phase1L1TJetProducer.cc.
Referenced by Phase1L1TJetProducer::subtract9x9Pileup().
constexpr int y_scroll_min = 0 |
Definition at line 59 of file Phase1L1TJetProducer.cc.
Referenced by Phase1L1TJetProducer::subtract9x9Pileup().