ATLAS Offline Software
getIsolationCorrectionDecorator.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: getIsolationAccessor.h 582418 2014-02-10 15:03:46Z krasznaa $
8 #ifndef XAODPRIMITIVES_TOOLS_GETISOLATIONCORRECTIONDECORATOR_H
9 #define XAODPRIMITIVES_TOOLS_GETISOLATIONCORRECTIONDECORATOR_H
10 
11 // EDM include(s):
13 
14 // Local include(s):
18 
19 namespace xAOD {
23 
26 
33 } // namespace xAOD
34 
35 #endif
IsolationCorrection.h
xAOD::Iso::IsolationFlavour
IsolationFlavour
Enumeration for different ways of calculating isolation in xAOD files.
Definition: IsolationFlavour.h:17
IsolationType.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::Iso::IsolationCorrectionParameter
IsolationCorrectionParameter
Definition: Event/xAOD/xAODPrimitives/xAODPrimitives/IsolationCorrection.h:91
SG::Decorator
Helper class to provide type-safe access to aux data.
Definition: Decorator.h:58
xAOD::Iso::IsolationType
IsolationType
Overall enumeration for isolation types in xAOD files.
Definition: IsolationType.h:26
xAOD::Iso::IsolationTrackCorrection
IsolationTrackCorrection
Definition: Event/xAOD/xAODPrimitives/xAODPrimitives/IsolationCorrection.h:61
xAOD::getIsolationCorrectionDecorator
const SG::AuxElement::Decorator< float > getIsolationCorrectionDecorator(Iso::IsolationFlavour type, Iso::IsolationCaloCorrection corr, Iso::IsolationCorrectionParameter param)
Definition: getIsolationCorrectionDecorator.cxx:18
xAOD::Iso::IsolationCaloCorrection
IsolationCaloCorrection
Enumeration for different ways of correcting isolation in xAOD files.
Definition: Event/xAOD/xAODPrimitives/xAODPrimitives/IsolationCorrection.h:18
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
IsolationFlavour.h
xAOD::getIsolationCorrectionBitsetDecorator
const SG::AuxElement::Decorator< uint32_t > getIsolationCorrectionBitsetDecorator(Iso::IsolationFlavour type)
Returns an decorator for the correction bitset corresponding to this IsolationType.
Definition: getIsolationCorrectionDecorator.cxx:11
AuxElement.h
Base class for elements of a container that can have aux data.