ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRingsAuxContainer_v1.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_VERSIONS_CALORINGSAUXCONTAINER_V1_H
6#define XAODCALORINGS_VERSIONS_CALORINGSAUXCONTAINER_V1_H
7
8// System include(s):
9#include <vector>
10
11// EDM include(s):
13
14// Local include(s).
16
17namespace xAOD {
18
21
22public:
25
26private:
29 std::vector< RingSetLinks > ringSetLinks;
31
32}; // class CaloRingsAuxContainer_v1
33
34} // namespace xAOD
35
36// Base declaration for the class.
37#include "xAODCore/BaseInfo.h"
39
40#endif // XAODCALORINGS_VERSIONS_CALORINGSAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for xAOD::CaloRingsContainer.
std::vector< RingSetLinks > ringSetLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.