ATLAS Offline Software
getIsolationDecorator.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODPRIMITIVES_TOOLS_GETISOLATIONDECORATOR_H
8 #define XAODPRIMITIVES_TOOLS_GETISOLATIONDECORATOR_H
9 
10 // EDM include(s):
12 
13 // Local include(s):
15 
16 namespace xAOD {
17 
28 
29 } // namespace xAOD
30 
31 #endif // XAODPRIMITIVES_TOOLS_GETISOLATIONDECORATOR_H
xAOD::getIsolationDecorator
const SG::AuxElement::Decorator< float > * getIsolationDecorator(Iso::IsolationType type)
Get the Decorator object for a given isolation type.
Definition: getIsolationDecorator.cxx:24
IsolationType.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
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
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AuxElement.h
Base class for elements of a container that can have aux data.