ATLAS Offline Software
Macros
JetCaloEnergies.cxx File Reference
#include "JetMomentTools/JetCaloEnergies.h"
#include "xAODJet/JetAccessorMap.h"
#include "AsgDataHandles/WriteDecorHandle.h"
#include "JetUtils/JetCaloQualityUtils.h"
#include "PFlowUtils/FEHelpers.h"
#include "xAODCaloEvent/CaloCluster.h"
#include "xAODPFlow/PFO.h"
#include "xAODPFlow/FlowElement.h"
#include <memory>
#include <vector>

Go to the source code of this file.

Macros

#define FillESamplingPFO(LAYERNAME)
 

Macro Definition Documentation

◆ FillESamplingPFO

#define FillESamplingPFO (   LAYERNAME)
Value:
float E_##LAYERNAME = 0.0; \
if (constit->attribute(xAOD::PFODetails::eflowRec_LAYERENERGY_##LAYERNAME, E_##LAYERNAME)) { \
ePerSampling[CaloSampling::LAYERNAME] += E_##LAYERNAME; \
}

Definition at line 197 of file JetCaloEnergies.cxx.