ATLAS Offline Software
HIEventShapeAuxContainer_v2.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: HIEventShapeAuxContainer_v2.cxx 693494 2015-09-07 14:59:45Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
15  AUX_VARIABLE( et );
16  AUX_VARIABLE( area );
17  AUX_VARIABLE( rho );
19 
20  AUX_VARIABLE( etCos );
22 
26  }
27 
28 } // namespace xAOD
et
Extra patterns decribing particle interation process.
xAOD::HIEventShapeAuxContainer_v2::nCells
std::vector< int > nCells
Definition: HIEventShapeAuxContainer_v2.h:43
xAOD::HIEventShapeAuxContainer_v2::layer
std::vector< int > layer
Definition: HIEventShapeAuxContainer_v2.h:56
xAOD::HIEventShapeAuxContainer_v2::rho
std::vector< float > rho
Definition: HIEventShapeAuxContainer_v2.h:42
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
HIEventShapeAuxContainer_v2.h
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::HIEventShapeAuxContainer_v2::etaMin
std::vector< float > etaMin
Definition: HIEventShapeAuxContainer_v2.h:54
xAOD::HIEventShapeAuxContainer_v2::area
std::vector< float > area
Definition: HIEventShapeAuxContainer_v2.h:41
xAOD::HIEventShapeAuxContainer_v2::HIEventShapeAuxContainer_v2
HIEventShapeAuxContainer_v2()
Default constructor.
Definition: HIEventShapeAuxContainer_v2.cxx:12
xAOD::HIEventShapeAuxContainer_v2::etSin
std::vector< std::vector< float > > etSin
Definition: HIEventShapeAuxContainer_v2.h:49
xAOD::HIEventShapeAuxContainer_v2::etCos
std::vector< std::vector< float > > etCos
Definition: HIEventShapeAuxContainer_v2.h:48
xAOD::HIEventShapeAuxContainer_v2::etaMax
std::vector< float > etaMax
Definition: HIEventShapeAuxContainer_v2.h:55