ATLAS Offline Software
Event/xAOD/xAODCaloRings/xAODCaloRings/CaloRingsContainer.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_CALORINGSCONTAINER_H
6 #define XAODCALORINGS_CALORINGSCONTAINER_H
7 
8 // Local include(s):
11 
12 // EDM include(s).
13 #include "AthLinks/ElementLink.h"
14 
15 // System include(s).
16 #include <vector>
17 
18 namespace xAOD {
19 
22 
24 typedef std::vector< ElementLink< CaloRingsContainer > > CaloRingsLinks;
25 
26 } // namespace xAOD
27 
28 // Set up a CLID for the container:
29 #include "xAODCore/CLASS_DEF.h"
30 CLASS_DEF( xAOD::CaloRingsContainer , 1146041125 , 1 )
31 
32 #endif // XAODCALORINGS_CALORINGSCONTAINER_H
xAOD::CaloRingsContainer
CaloRingsContainer_v1 CaloRingsContainer
Definition of the current "CaloRings container version".
Definition: Event/xAOD/xAODCaloRings/xAODCaloRings/CaloRingsContainer.h:21
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
CaloRings.h
CaloRingsContainer_v1.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
CLASS_DEF.h
File providing the different SG_BASE macros.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
xAOD::CaloRingsLinks
std::vector< ElementLink< CaloRingsContainer > > CaloRingsLinks
ElementLink type pointing at such objects.
Definition: Event/xAOD/xAODCaloRings/xAODCaloRings/CaloRingsContainer.h:24