#include <memory>
#include <iostream>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/ParticleFlowReco/interface/PFCluster.h"
#include "DataFormats/ParticleFlowReco/interface/PFClusterFwd.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/HepMCCandidate/interface/GenParticleFwd.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"
Go to the source code of this file.
Classes | |
class | PFClusterMatchedToPhotonsSelector |
Typedefs | |
typedef reco::PFCluster::EEtoPSAssociation::value_type | EEPSPair |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PFClusterMatchedToPhotonsSelector > > | s_filler_0__LINE__ ("PFClusterMatchedToPhotonsSelector") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFClusterMatchedToPhotonsSelector > > | s_maker__LINE__ ("PFClusterMatchedToPhotonsSelector") |
bool | sortByKey (const EEPSPair &a, const EEPSPair &b) |
typedef reco::PFCluster::EEtoPSAssociation::value_type EEPSPair |
Definition at line 40 of file PFClusterMatchedToPhotonsSelector.cc.
|
static |
|
static |
Definition at line 41 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFECALSuperClusterAlgo::finalizeSuperCluster(), PFClusterEMEnergyCorrector::getAssociatedPSEnergy(), PFClusterMatchedToPhotonsSelector::produce(), and CorrectedECALPFClusterProducer::produce().