ATLAS Offline Software
JetRoIAuxContainer_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: JetRoIAuxContainer_v2.cxx 579914 2014-01-24 10:15:15Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
15  AUX_VARIABLE( eta );
16  AUX_VARIABLE( phi );
18 
20 
24 
28  }
29 
30 } // namespace xAOD
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::JetRoIAuxContainer_v2::roiWord
std::vector< uint32_t > roiWord
Definition: JetRoIAuxContainer_v2.h:43
xAOD::JetRoIAuxContainer_v2::etScale
std::vector< float > etScale
Definition: JetRoIAuxContainer_v2.h:45
xAOD::JetRoIAuxContainer_v2::thrValues
std::vector< std::vector< float > > thrValues
Definition: JetRoIAuxContainer_v2.h:48
xAOD::JetRoIAuxContainer_v2::et8x8
std::vector< float > et8x8
Definition: JetRoIAuxContainer_v2.h:53
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::JetRoIAuxContainer_v2::eta
std::vector< float > eta
Definition: JetRoIAuxContainer_v2.h:41
xAOD::JetRoIAuxContainer_v2::et6x6
std::vector< float > et6x6
Definition: JetRoIAuxContainer_v2.h:52
JetRoIAuxContainer_v2.h
xAOD::JetRoIAuxContainer_v2::thrNames
std::vector< std::vector< std::string > > thrNames
Definition: JetRoIAuxContainer_v2.h:49
xAOD::JetRoIAuxContainer_v2::et4x4
std::vector< float > et4x4
Definition: JetRoIAuxContainer_v2.h:51
xAOD::JetRoIAuxContainer_v2::phi
std::vector< float > phi
Definition: JetRoIAuxContainer_v2.h:42
xAOD::JetRoIAuxContainer_v2::JetRoIAuxContainer_v2
JetRoIAuxContainer_v2()
Default constuctor.
Definition: JetRoIAuxContainer_v2.cxx:12
xAOD::JetRoIAuxContainer_v2::thrPattern
std::vector< uint32_t > thrPattern
Definition: JetRoIAuxContainer_v2.h:47