ATLAS Offline Software
Loading...
Searching...
No Matches
Event/xAOD/xAODCaloRings/xAODCaloRings/CaloRingsContainer.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_CALORINGSCONTAINER_H
6#define XAODCALORINGS_CALORINGSCONTAINER_H
7
8// Local include(s):
11
12// EDM include(s).
13#include "AthLinks/ElementLink.h"
14
15// System include(s).
16#include <vector>
17
18namespace xAOD {
19
22
24typedef std::vector< ElementLink< CaloRingsContainer > > CaloRingsLinks;
25
26} // namespace xAOD
27
28// Set up a CLID for the container:
29#include "xAODCore/CLASS_DEF.h"
30CLASS_DEF( xAOD::CaloRingsContainer , 1146041125 , 1 )
31
32#endif // XAODCALORINGS_CALORINGSCONTAINER_H
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
DataVector< xAOD::CaloRings_v1 > CaloRingsContainer_v1
The container is a simple typedef for now.
std::vector< ElementLink< CaloRingsContainer > > CaloRingsLinks
ElementLink type pointing at such objects.
CaloRingsContainer_v1 CaloRingsContainer
Definition of the current "CaloRings container version".