#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "RecoParticleFlow/PFClusterProducer/interface/InitialClusteringStepBase.h"
#include "RecoParticleFlow/PFClusterProducer/interface/PFCPositionCalculatorBase.h"
#include "RecoParticleFlow/PFClusterProducer/interface/PFClusterBuilderBase.h"
#include "RecoParticleFlow/PFClusterProducer/interface/PFClusterEnergyCorrectorBase.h"
#include "RecoParticleFlow/PFClusterProducer/interface/RecHitTopologicalCleanerBase.h"
#include "RecoParticleFlow/PFClusterProducer/interface/SeedFinderBase.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | PFMultiDepthClusterProducer |
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 edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PFMultiDepthClusterProducer > > | s_filler__LINE__ ("PFMultiDepthClusterProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFMultiDepthClusterProducer > > | s_maker__LINE__ ("PFMultiDepthClusterProducer") |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 47 of file PFMultiDepthClusterProducer.cc.
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 46 of file PFMultiDepthClusterProducer.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 44 of file PFMultiDepthClusterProducer.cc.
Referenced by PFMultiDepthClusterProducer::produce().
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 45 of file PFMultiDepthClusterProducer.cc.
|
static |
|
static |