ATLAS Offline Software
RingSetConfAuxContainer_v1.cxx
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: RingSetConfAuxContainer_v1.cxx 704590 2015-10-29 17:47:12Z wsfreund $
6 // Local include(s):
8 
9 namespace xAOD {
10 
12  : AuxContainerBase() {
13 
42 
43 }
44 
45 } // namespace xAOD
xAOD::RingSetConfAuxContainer_v1::nRings
std::vector< unsigned > nRings
Definition: RingSetConfAuxContainer_v1.h:28
RingSetConfAuxContainer_v1.h
xAOD::RingSetConfAuxContainer_v1::sectionEndIdx
std::vector< unsigned > sectionEndIdx
Hold the end of this section on a vectorized representation:
Definition: RingSetConfAuxContainer_v1.h:54
xAOD::RingSetConfAuxContainer_v1::layerStartIdx
std::vector< unsigned > layerStartIdx
Hold the start of this layer on a vectorized representation:
Definition: RingSetConfAuxContainer_v1.h:48
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::RingSetConfAuxContainer_v1::doEtaAxesDivision
std::vector< char > doEtaAxesDivision
Ring division in eta.
Definition: RingSetConfAuxContainer_v1.h:44
xAOD::RingSetConfAuxContainer_v1::doPhiAxesDivision
std::vector< char > doPhiAxesDivision
Ring division in phi.
Definition: RingSetConfAuxContainer_v1.h:46
xAOD::RingSetConfAuxContainer_v1::cellMaxDPhiDist
std::vector< float > cellMaxDPhiDist
Maximun distance cell in phi to seed.
Definition: RingSetConfAuxContainer_v1.h:38
xAOD::RingSetConfAuxContainer_v1::sectionStartIdx
std::vector< unsigned > sectionStartIdx
Hold the start of this section on a vectorized representation:
Definition: RingSetConfAuxContainer_v1.h:52
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::RingSetConfAuxContainer_v1::RingSetConfAuxContainer_v1
RingSetConfAuxContainer_v1()
Definition: RingSetConfAuxContainer_v1.cxx:11
xAOD::RingSetConfAuxContainer_v1::calJointSection
std::vector< unsigned > calJointSection
The Calorimeter Joint Section (see CaloRingsDefs.h)
Definition: RingSetConfAuxContainer_v1.h:42
xAOD::RingSetConfAuxContainer_v1::layers
std::vector< std::vector< unsigned > > layers
RingSet CaloSample layers used to build this RingSet.
Definition: RingSetConfAuxContainer_v1.h:30
xAOD::RingSetConfAuxContainer_v1::calJointLayer
std::vector< unsigned > calJointLayer
The Calorimeter Joint Layer (see CaloRingsDefs.h)
Definition: RingSetConfAuxContainer_v1.h:40
xAOD::RingSetConfAuxContainer_v1::etaWidth
std::vector< float > etaWidth
Ring width in eta.
Definition: RingSetConfAuxContainer_v1.h:32
xAOD::RingSetConfAuxContainer_v1::layerEndIdx
std::vector< unsigned > layerEndIdx
Hold the end of this layer on a vectorized representation:
Definition: RingSetConfAuxContainer_v1.h:50
xAOD::RingSetConfAuxContainer_v1::cellMaxDEtaDist
std::vector< float > cellMaxDEtaDist
Maximun distance cell in eta to seed.
Definition: RingSetConfAuxContainer_v1.h:36
xAOD::RingSetConfAuxContainer_v1::phiWidth
std::vector< float > phiWidth
Ring width in phi.
Definition: RingSetConfAuxContainer_v1.h:34