CMS 3D CMS Logo

Macros
PFEGammaAlgo.cc File Reference
#include "RecoParticleFlow/PFProducer/interface/PFEGammaAlgo.h"
#include "RecoParticleFlow/PFProducer/interface/PFMuonAlgo.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHitFraction.h"
#include "DataFormats/ParticleFlowReco/interface/PFCluster.h"
#include "RecoParticleFlow/PFClusterTools/interface/ClusterClusterMapping.h"
#include "DataFormats/ParticleFlowReco/interface/PFLayer.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "DataFormats/EcalDetId/interface/ESDetId.h"
#include "DataFormats/EgammaCandidates/interface/Photon.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFEnergyCalibration.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFEnergyResolution.h"
#include "RecoParticleFlow/PFClusterTools/interface/PFClusterWidthAlgo.h"
#include "RecoParticleFlow/PFTracking/interface/PFTrackAlgoTools.h"
#include "DataFormats/Common/interface/RefToPtr.h"
#include "RecoEcal/EgammaCoreTools/interface/Mustache.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/Math/interface/deltaR.h"
#include <TFile.h>
#include <TVector2.h>
#include <iomanip>
#include <algorithm>
#include <functional>
#include <numeric>
#include <TMath.h>
#include "combination.hpp"

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)
 

Macro Definition Documentation

◆ docast

#define docast (   x,
 
)    reinterpret_cast<x>(y)

Definition at line 42 of file PFEGammaAlgo.cc.

◆ LOGDRESSED

#define LOGDRESSED (   x)    LogDebug(x)

Definition at line 46 of file PFEGammaAlgo.cc.

◆ LOGERR

#define LOGERR (   x)    edm::LogError(x)

Definition at line 45 of file PFEGammaAlgo.cc.

◆ LOGVERB

#define LOGVERB (   x)    LogTrace(x)

Definition at line 43 of file PFEGammaAlgo.cc.

◆ LOGWARN

#define LOGWARN (   x)    edm::LogWarning(x)

Definition at line 44 of file PFEGammaAlgo.cc.