#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "DataFormats/PatCandidates/interface/Muon.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "DataFormats/PatCandidates/interface/Electron.h"
#include "DataFormats/PatCandidates/interface/PackedCandidate.h"
#include "DataFormats/NanoAOD/interface/FlatTable.h"
#include "fastjet/PseudoJet.hh"
#include <fastjet/JetDefinition.hh>
#include <TLorentzVector.h>
#include <TMath.h>
#include "PhysicsTools/NanoAOD/interface/MatchingUtils.h"
Go to the source code of this file.
Classes | |
class | LeptonInJetProducer< T > |
Typedefs | |
typedef LeptonInJetProducer< pat::Jet > | LepInJetProducer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< LepInJetProducer > > | s_filler__LINE__ ("LepInJetProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< LepInJetProducer > > | s_maker__LINE__ ("LepInJetProducer") |
typedef LeptonInJetProducer<pat::Jet> LepInJetProducer |
Definition at line 221 of file LeptonInJetProducer.cc.
|
static |
|
static |