5#ifndef XAODCALORINGS_VERSIONS_RINGSETCONFAUXCONTAINER_V1_H
6#define XAODCALORINGS_VERSIONS_RINGSETCONFAUXCONTAINER_V1_H
30 std::vector<std::vector<
unsigned> >
layers;
#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::RingSetConfContainer.
std::vector< unsigned > nRings
std::vector< float > etaWidth
Ring width in eta.
std::vector< std::vector< unsigned > > layers
RingSet CaloSample layers used to build this RingSet.
std::vector< float > phiWidth
Ring width in phi.
std::vector< char > doEtaAxesDivision
Ring division in eta.
std::vector< unsigned > sectionEndIdx
Hold the end of this section on a vectorized representation:
std::vector< float > cellMaxDEtaDist
Maximun distance cell in eta to seed.
std::vector< unsigned > calJointLayer
The Calorimeter Joint Layer (see CaloRingsDefs.h)
std::vector< unsigned > layerEndIdx
Hold the end of this layer on a vectorized representation:
std::vector< unsigned > layerStartIdx
Hold the start of this layer on a vectorized representation:
std::vector< unsigned > calJointSection
The Calorimeter Joint Section (see CaloRingsDefs.h)
std::vector< unsigned > sectionStartIdx
Hold the start of this section on a vectorized representation:
std::vector< float > cellMaxDPhiDist
Maximun distance cell in phi to seed.
RingSetConfAuxContainer_v1()
std::vector< char > doPhiAxesDivision
Ring division in phi.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.