4 #define LOGVERB(x) edm::LogVerbatim(x)
5 #define LOGWARN(x) edm::LogWarning(x)
6 #define LOGERR(x) edm::LogError(x)
7 #define LOGDRESSED(x) edm::LogInfo(x)
9 #define LOGVERB(x) LogTrace(x)
10 #define LOGWARN(x) edm::LogWarning(x)
11 #define LOGERR(x) edm::LogError(x)
12 #define LOGDRESSED(x) LogDebug(x)
20 if( !pfcConf.
empty() ) {
27 if( !cConf.
empty() ) {
34 produces<reco::PFClusterCollection>();
49 std::vector<bool> seedable;
51 std::auto_ptr<reco::PFClusterCollection> pfClusters;
T getParameter(std::string const &) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
virtual void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
std::unique_ptr< PFClusterBuilderBase > _pfClusterBuilder
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
std::unique_ptr< PFClusterEnergyCorrectorBase > _energyCorrector
PFMultiDepthClusterProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
ParameterSet const & getParameterSet(std::string const &) const
edm::EDGetTokenT< reco::PFClusterCollection > _clustersLabel
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
static float eCorr(int ieta, int iphi, double ampl, int runnum)
Ugly hack to apply energy corrections to some HB- cells.
T get(const Candidate &c)