#include "RecoParticleFlow/PFProducer/plugins/PFEGammaProducer.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibrationHF.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFSCEnergyCalibration.h"
#include "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromTFormula.h"
#include "CondFormats/DataRecord/interface/PFCalibrationRcd.h"
#include "CondFormats/DataRecord/interface/GBRWrapperRcd.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectronFwd.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHitFwd.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElementSuperClusterFwd.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElementSuperCluster.h"
#include "DataFormats/Common/interface/RefToPtr.h"
#include <sstream>
#include "TFile.h"
Go to the source code of this file.
Macros | |
#define | docast(x, y) reinterpret_cast<x>(y) |
#define | LOGDRESSED(x) LogDebug(x) |
#define | LOGERR(x) edm::LogError(x) |
#define | LOGVERB(x) LogTrace(x) |
#define | LOGWARN(x) edm::LogWarning(x) |
Definition at line 38 of file PFEGammaProducer.cc.
Referenced by PFEGammaProducer::produce().
#define LOGERR | ( | x | ) | edm::LogError(x) |
Definition at line 37 of file PFEGammaProducer.cc.
Definition at line 35 of file PFEGammaProducer.cc.
#define LOGWARN | ( | x | ) | edm::LogWarning(x) |
Definition at line 36 of file PFEGammaProducer.cc.