ATLAS Offline Software
CaloRingsContainerFwd.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_CALORINGSCONTAINERFWD_H
6 #define XAODCALORINGS_CALORINGSCONTAINERFWD_H
7 
8 // This is a forward declaration for the latest CaloRings container type.
9 
10 // Local include(s).
12 
13 // Core include(s).
15 #include "AthLinks/ElementLink.h"
16 
17 // System include(s).
18 #include <vector>
19 
20 namespace xAOD {
21 
25 typedef std::vector< ElementLink< CaloRingsContainer > >
27 
28 } // namespace xAOD
29 
30 #endif // XAODCALORINGS_CALORINGSCONTAINERFWD_H
CaloRingsFwd.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
DataVector< CaloRings >
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
xAOD::CaloRingsLinks
std::vector< ElementLink< CaloRingsContainer > > CaloRingsLinks
ElementLink type pointing at such objects.
Definition: Event/xAOD/xAODCaloRings/xAODCaloRings/CaloRingsContainer.h:24