#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/CaloRecHitResolutionProvider.h"
#include "RecoParticleFlow/PFClusterProducer/interface/PFClusterBuilderBase.h"
#include "Math/GenVector/VectorUtil.h"
#include "TMath.h"
#include "vdt/vdtMath.h"
#include <iterator>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | PFlow2DClusterizerWithTime |
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")) | |
if (conf.exists("timeResolutionCalcBarrel")) | |
if (conf.exists("timeResolutionCalcEndcap")) | |
static const PFClusterBuilderFactory::PMaker < PFlow2DClusterizerWithTime > | s_maker__LINE__ ("PFlow2DClusterizerWithTime") |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 87 of file PFlow2DClusterizerWithTime.cc.
Referenced by PFlow2DClusterizerWithTime::growPFClusters().
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 86 of file PFlow2DClusterizerWithTime.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 84 of file PFlow2DClusterizerWithTime.cc.
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 85 of file PFlow2DClusterizerWithTime.cc.
for | ( | const auto &pset:thresholds | ) |
Definition at line 115 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_layerMap, PFlow2DClusterizerWithTime::_recHitEnergyNorms, mps_splice::entry, Exception, TrackValidation_cff::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"allCellsPositionCalc" | ) |
Definition at line 126 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_allCellsPosCalc, get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"positionCalcForConvergence" | ) |
Definition at line 132 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_convergencePosCalc, get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"timeResolutionCalcBarrel" | ) |
Definition at line 137 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_timeResolutionCalcBarrel, and edm::ParameterSet::getParameterSet().
if | ( | conf. | exists"timeResolutionCalcEndcap" | ) |
Definition at line 141 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_timeResolutionCalcEndcap, and edm::ParameterSet::getParameterSet().
|
static |