#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHitFraction.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "RecoParticleFlow/PFClusterProducer/interface/PFClusterBuilderBase.h"
#include "Math/GenVector/VectorUtil.h"
#include "vdt/vdtMath.h"
#include <iterator>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | Basic2DGenericPFlowClusterizer |
Macros | |
#define | LOGDRESSED(x) LogDebug(x) |
#define | LOGERR(x) edm::LogError(x) |
#define | LOGVERB(x) LogTrace(x) |
#define | LOGWARN(x) edm::LogWarning(x) |
Functions | |
for (const auto &pset:thresholds) | |
if (conf.exists("allCellsPositionCalc")) | |
if (conf.exists("positionCalcForConvergence")) | |
static const PFClusterBuilderFactory::PMaker < Basic2DGenericPFlowClusterizer > | s_maker__LINE__ ("Basic2DGenericPFlowClusterizer") |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 71 of file Basic2DGenericPFlowClusterizer.cc.
Referenced by Basic2DGenericPFlowClusterizer::growPFClusters().
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 70 of file Basic2DGenericPFlowClusterizer.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 68 of file Basic2DGenericPFlowClusterizer.cc.
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 69 of file Basic2DGenericPFlowClusterizer.cc.
for | ( | const auto &pset:thresholds | ) |
Definition at line 94 of file Basic2DGenericPFlowClusterizer.cc.
References Basic2DGenericPFlowClusterizer::_layerMap, Basic2DGenericPFlowClusterizer::_recHitEnergyNorms, mps_splice::entry, Exception, TrackValidation_cff::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"allCellsPositionCalc" | ) |
Definition at line 121 of file Basic2DGenericPFlowClusterizer.cc.
References Basic2DGenericPFlowClusterizer::_allCellsPosCalc, get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"positionCalcForConvergence" | ) |
Definition at line 127 of file Basic2DGenericPFlowClusterizer.cc.
References Basic2DGenericPFlowClusterizer::_convergencePosCalc, get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |