#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 "CondFormats/DataRecord/interface/HcalPFCutsRcd.h"
#include "CondTools/Hcal/interface/HcalPFCutsHandler.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 | |
static const PFClusterBuilderFactory ::PMaker< PFlow2DClusterizerWithTime > | s_maker__LINE__ ("PFlow2DClusterizerWithTime") |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 94 of file PFlow2DClusterizerWithTime.cc.
Referenced by PFlow2DClusterizerWithTime::growPFClusters().
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 93 of file PFlow2DClusterizerWithTime.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 91 of file PFlow2DClusterizerWithTime.cc.
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 92 of file PFlow2DClusterizerWithTime.cc.
|
static |