ATLAS Offline Software
RingSetConfContainerFwd.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_RINGSETCONFCONTAINERFWD_H
6 #define XAODCALORINGS_RINGSETCONFCONTAINERFWD_H
7 
8 // This is a forward declaration for the latest RingSetConf container type.
9 
10 // Local include(s).
12 
13 // EDM 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< RingSetConfContainer > >
27 
28 } // namespace xAOD
29 
30 #endif // XAODCALORINGS_RINGSETCONFCONTAINERFWD_H
RingSetConfFwd.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::RingSetConfContainer
RingSetConfContainer_v1 RingSetConfContainer
Definition of the current "RingSetConf container version".
Definition: RingSetConfContainer.h:21
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
xAOD::RingSetConfLinks
std::vector< ElementLink< RingSetConfContainer > > RingSetConfLinks
Declare element links vector.
Definition: RingSetConfContainer.h:24