ATLAS Offline Software
getCaloRingsDecorator.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 /*
3  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef XAODCALORINGS_UTILS_GETCALORINGSDECORATOR_H
6 #define XAODCALORINGS_UTILS_GETCALORINGSDECORATOR_H
7 
8 // Local includes:
10 
11 // System include(s).
12 #include <string>
13 
14 namespace xAOD {
15 
16 inline
17 std::string caloRingsLinksDecorKey(){
18  return "caloRingsLinks";
19 }
20 
25 
26 } // namespace xAOD
27 
28 #endif // XAODCALORINGS_TOOLS_GETCALORINGSDECORATOR_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::caloRingsLinksDecorKey
std::string caloRingsLinksDecorKey()
Definition: getCaloRingsDecorator.h:17
CaloRingsAuxTypes.h
xAOD::caloRingsReader_t
SG::AuxElement::ConstAccessor< xAOD::CaloRingsLinks > caloRingsReader_t
The CaloRings element links reader type:
Definition: CaloRingsAuxTypes.h:19
xAOD::getCaloRingsReader
const caloRingsReader_t & getCaloRingsReader()
Get CaloRings accessor with read only permissions.
Definition: getCaloRingsDecorator.cxx:11