ATLAS Offline Software
Loading...
Searching...
No Matches
RingSetConfContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id: RingSetConfContainer.h 707323 2015-11-12 02:45:01Z wsfreund $
6#ifndef XAODCALORINGS_RINGSETCONFCONTAINER_H
7#define XAODCALORINGS_RINGSETCONFCONTAINER_H
8
9// STL include(s):
10#include <vector>
11
12// Core include(s):
13#include "AthLinks/ElementLink.h"
14
15// Local include(s):
18
19namespace xAOD {
23typedef std::vector< ElementLink< RingSetConfContainer > >
25// There is probably no need to use AthenaKernel/MetaCont since the parameters
26// are not expected to change during the reconstruction, it is probably not
27// needed. Example on: xAODTrigger/TriggerMenuContainer.h
28} // namespace xAOD
29
30// Set up a CLID for the container:
31#include "xAODCore/CLASS_DEF.h"
32CLASS_DEF( xAOD::RingSetConfContainer , 1157997427 , 1 )
33
34#endif // XAODCALORINGS_RINGSETCONFCONTAINER_H
35
36
#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.
std::vector< ElementLink< RingSetConfContainer > > RingSetConfLinks
Declare element links vector.
RingSetConfContainer_v1 RingSetConfContainer
Definition of the current "RingSetConf container version".
DataVector< xAOD::RingSetConf_v1 > RingSetConfContainer_v1
The container is a simple typedef for now.