ATLAS Offline Software
JetRoIAuxContainer_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: JetRoIAuxContainer_v1.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 
21 
25  }
26 
27 } // namespace xAOD
xAOD::JetRoIAuxContainer_v1::thrValues
std::vector< std::vector< float > > thrValues
Definition: JetRoIAuxContainer_v1.h:45
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_v1::thrNames
std::vector< std::vector< std::string > > thrNames
Definition: JetRoIAuxContainer_v1.h:46
xAOD::JetRoIAuxContainer_v1::JetRoIAuxContainer_v1
JetRoIAuxContainer_v1()
Default constuctor.
Definition: JetRoIAuxContainer_v1.cxx:12
xAOD::JetRoIAuxContainer_v1::et4x4
std::vector< float > et4x4
Definition: JetRoIAuxContainer_v1.h:48
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::JetRoIAuxContainer_v1::roiWord
std::vector< uint32_t > roiWord
Definition: JetRoIAuxContainer_v1.h:43
xAOD::JetRoIAuxContainer_v1::eta
std::vector< float > eta
Definition: JetRoIAuxContainer_v1.h:41
xAOD::JetRoIAuxContainer_v1::et8x8
std::vector< float > et8x8
Definition: JetRoIAuxContainer_v1.h:50
JetRoIAuxContainer_v1.h
xAOD::JetRoIAuxContainer_v1::et6x6
std::vector< float > et6x6
Definition: JetRoIAuxContainer_v1.h:49
xAOD::JetRoIAuxContainer_v1::phi
std::vector< float > phi
Definition: JetRoIAuxContainer_v1.h:42