#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/View.h"
#include "DataFormats/EgammaCandidates/interface/Photon.h"
#include "DataFormats/PatCandidates/interface/Photon.h"
#include "DataFormats/PatCandidates/interface/PackedCandidate.h"
#include "RecoEcal/EgammaCoreTools/interface/EcalClusterLazyTools.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | PhotonRegressionValueMapProducer |
Functions | |
template<typename LazyTools , typename SeedType > | |
void | calculateValues (EcalClusterLazyToolsBase *tools_tocast, const SeedType &the_seed, std::vector< float > &sigmaIPhiIPhi, std::vector< float > &sigmaIEtaIPhi, std::vector< float > &e2x5Max, std::vector< float > &e2x5Left, std::vector< float > &e2x5Right, std::vector< float > &e2x5Top, std::vector< float > &e2x5Bottom) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < PhotonRegressionValueMapProducer > > | s_filler__LINE__ ("PhotonRegressionValueMapProducer") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < PhotonRegressionValueMapProducer > > | s_maker__LINE__ ("PhotonRegressionValueMapProducer") |
|
inline |
Definition at line 111 of file PhotonRegressionValueMapProducer.cc.
References edm::detail::isnan(), cmsHarvester::sep, and mathSSE::sqrt().
|
static |
|
static |