ATLAS Offline Software
Loading...
Searching...
No Matches
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
20namespace xAOD {
21
23typedef DataVector< RingSetConf > RingSetConfContainer;
25typedef std::vector< ElementLink< RingSetConfContainer > >
27
28} // namespace xAOD
29
30#endif // XAODCALORINGS_RINGSETCONFCONTAINERFWD_H
An STL vector of pointers that by default owns its pointed-to elements.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
std::vector< ElementLink< RingSetConfContainer > > RingSetConfLinks
Declare element links vector.
RingSetConfContainer_v1 RingSetConfContainer
Definition of the current "RingSetConf container version".