#include "FWCore/Framework/interface/Event.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>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | PFClusterProducer |
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< PFClusterProducer > > | s_filler_0__LINE__ ("PFClusterProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFClusterProducer > > | s_maker__LINE__ ("PFClusterProducer") |
#define LOGDRESSED | ( | x | ) | LogDebug(x) |
Definition at line 52 of file PFClusterProducer.cc.
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 51 of file PFClusterProducer.cc.
#define LOGVERB | ( | x | ) | LogTrace(x) |
Definition at line 49 of file PFClusterProducer.cc.
Referenced by PFClusterProducer::produce().
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 50 of file PFClusterProducer.cc.
|
static |
|
static |