ATLAS Offline Software
Loading...
Searching...
No Matches
RingSetContainer.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_RINGSETCONTAINER_H
6#define XAODCALORINGS_RINGSETCONTAINER_H
7
8// STL include(s):
9#include <vector>
10
11// Core include(s):
12#include "AthLinks/ElementLink.h"
14
15// Local include(s):
18
19namespace xAOD {
20
24typedef std::vector< ElementLink< RingSetContainer > >
26
27} // namespace xAOD
28
29// Set up a CLID for the container:
30#include "xAODCore/CLASS_DEF.h"
31CLASS_DEF( xAOD::RingSetContainer , 1213110449 , 1 )
32
33#endif // XAODCALORINGS_RINGSETCONTAINER_H
34
Base class for elements of a container that can have aux data.
#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::RingSet_v1 > RingSetContainer_v1
The container is a simple typedef for now.
RingSetContainer_v1 RingSetContainer
Definition of the current "RingSet container version".
std::vector< ElementLink< RingSetContainer > > RingSetLinks
Declare element links vector.