ATLAS Offline Software
Loading...
Searching...
No Matches
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
9namespace xAOD {
10
44
45} // namespace xAOD
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
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.
std::vector< char > doPhiAxesDivision
Ring division in phi.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.