ATLAS Offline Software
Loading...
Searching...
No Matches
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
20namespace xAOD {
21
23typedef DataVector< CaloRings > CaloRingsContainer;
25typedef std::vector< ElementLink< CaloRingsContainer > >
27
28} // namespace xAOD
29
30#endif // XAODCALORINGS_CALORINGSCONTAINERFWD_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< CaloRingsContainer > > CaloRingsLinks
ElementLink type pointing at such objects.
CaloRingsContainer_v1 CaloRingsContainer
Definition of the current "CaloRings container version".