#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Math/interface/deltaR.h"
#include <string>
#include <vector>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
struct | ShiftedPFCandidateProducerByMatchedObject::objectEntryType |
class | ShiftedPFCandidateProducerByMatchedObject |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< ShiftedPFCandidateProducerByMatchedObject > > | s_filler_0__LINE__ ("ShiftedPFCandidateProducerByMatchedObject") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< ShiftedPFCandidateProducerByMatchedObject > > | s_maker__LINE__ ("ShiftedPFCandidateProducerByMatchedObject") |
Variables | |
const double | dRDefault = 1000 |
|
static |
|
static |
const double dRDefault = 1000 |
Definition at line 69 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by ShiftedPFCandidateProducerByMatchedObject::produce().