#include "PFlow2DClusterizerWithTime.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "Math/GenVector/VectorUtil.h"
#include "vdt/vdtMath.h"
#include "TMath.h"
#include <iterator>
Go to the source code of this file.
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")) | |
_allCellsPosCalc | reset (NULL) |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 23 of file PFlow2DClusterizerWithTime.cc.
Referenced by PFlow2DClusterizerWithTime::growPFClusters().
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 22 of file PFlow2DClusterizerWithTime.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 20 of file PFlow2DClusterizerWithTime.cc.
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 21 of file PFlow2DClusterizerWithTime.cc.
for | ( | const auto &pset:thresholds | ) |
Definition at line 55 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_layerMap, PFlow2DClusterizerWithTime::_recHitEnergyNorms, Exception, TrackValidation_cff::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"allCellsPositionCalc" | ) |
Definition at line 68 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_allCellsPosCalc, reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"positionCalcForConvergence" | ) |
Definition at line 79 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_convergencePosCalc, reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
if | ( | conf. | exists"timeResolutionCalcBarrel" | ) |
Definition at line 89 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_timeResolutionCalcBarrel, and edm::ParameterSet::getParameterSet().
if | ( | conf. | exists"timeResolutionCalcEndcap" | ) |
Definition at line 96 of file PFlow2DClusterizerWithTime.cc.
References PFlow2DClusterizerWithTime::_timeResolutionCalcEndcap, and edm::ParameterSet::getParameterSet().
_allCellsPosCalc reset | ( | NULL | ) |