ATLAS Offline Software
Event
xAOD
xAODPrimitives
xAODPrimitives
tools
getIsolationCorrectionAccessor.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
#ifndef XAODPRIMITIVES_TOOLS_GETISOLATIONCORRECTIONACCESSOR_H
8
#define XAODPRIMITIVES_TOOLS_GETISOLATIONCORRECTIONACCESSOR_H
9
10
// EDM include(s):
11
#include "
AthContainers/AuxElement.h
"
12
13
// Local include(s):
14
#include "
xAODPrimitives/IsolationCorrection.h
"
15
#include "
xAODPrimitives/IsolationType.h
"
16
#include "
xAODPrimitives/IsolationFlavour.h
"
17
18
namespace
xAOD
{
22
const
SG::AuxElement::Accessor< uint32_t >
23
getIsolationCorrectionBitsetAccessor
(
Iso::IsolationFlavour
type
);
24
const
SG::AuxElement::Accessor< float >
25
getIsolationCorrectionAccessor
(
Iso::IsolationFlavour
,
Iso::IsolationCaloCorrection
corr,
Iso::IsolationCorrectionParameter
param );
26
const
SG::AuxElement::Accessor< float >
27
getIsolationCorrectionAccessor
(
Iso::IsolationType
,
Iso::IsolationCaloCorrection
corr);
28
const
SG::AuxElement::Accessor< float >
29
getIsolationCorrectionAccessor
(
Iso::IsolationFlavour
,
Iso::IsolationTrackCorrection
corr);
30
}
// namespace xAOD
31
32
#endif
IsolationCorrection.h
SG::Accessor
Helper class to provide type-safe access to aux data.
Definition:
Control/AthContainers/AthContainers/Accessor.h:68
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
xAOD::getIsolationCorrectionAccessor
const SG::AuxElement::Accessor< float > getIsolationCorrectionAccessor(Iso::IsolationFlavour type, Iso::IsolationCaloCorrection corr, Iso::IsolationCorrectionParameter param)
Definition:
getIsolationCorrectionAccessor.cxx:19
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::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::getIsolationCorrectionBitsetAccessor
const SG::AuxElement::Accessor< uint32_t > getIsolationCorrectionBitsetAccessor(Iso::IsolationFlavour type)
Returns an accessor for the correction bitset corresponding to this IsolationType.
Definition:
getIsolationCorrectionAccessor.cxx:12
AuxElement.h
Base class for elements of a container that can have aux data.
Generated on Sun Dec 22 2024 21:10:52 for ATLAS Offline Software by
1.8.18