ATLAS Offline Software
RingSetAuxContainer_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_RINGSETAUXCONTAINER_V1_H
6 #define XAODCALORINGS_VERSIONS_RINGSETAUXCONTAINER_V1_H
7 
8 // System include(s):
9 #include <vector>
10 
11 // EDM include(s):
13 
14 namespace xAOD {
15 
18 
19 public:
20 
23 
24 private:
25 
28  std::vector< std::vector<float> > ringsE;
30 
31 
32 }; // class RingSetAuxContainer_v1
33 
34 } // namespace xAOD
35 
36 // Base declaration for the class.
37 #include "xAODCore/BaseInfo.h"
39 
40 #endif // XAODCALORINGS_VERSIONS_RINGSETAUXCONTAINER_V1_H
41 
42 
xAOD::RingSetAuxContainer_v1
Auxiliary store for xAOD::RingSetContainer.
Definition: RingSetAuxContainer_v1.h:17
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::RingSetAuxContainer_v1::ringsE
std::vector< std::vector< float > > ringsE
Rings transverse energy information.
Definition: RingSetAuxContainer_v1.h:28
SG_BASE
SG_BASE(xAOD::RingSetAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::RingSetAuxContainer_v1::RingSetAuxContainer_v1
RingSetAuxContainer_v1()