ATLAS Offline Software
Loading...
Searching...
No Matches
RingSetContainerFwd.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_RINGSETCONTAINERFWD_H
6#define XAODCALORINGS_RINGSETCONTAINERFWD_H
7
8// Local include(s):
10
11// EDM include(s).
13#include "AthLinks/ElementLink.h"
14
15// System include(s).
16#include <vector>
17
18namespace xAOD {
19
21typedef DataVector< RingSet > RingSetContainer;
23typedef std::vector< ElementLink< RingSetContainer > >
25
26} // namespace xAOD
27
28#endif // XAODCALORINGS_RINGSETCONTAINERFWD_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.
RingSetContainer_v1 RingSetContainer
Definition of the current "RingSet container version".
std::vector< ElementLink< RingSetContainer > > RingSetLinks
Declare element links vector.