ATLAS Offline Software
FlowElementAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 namespace xAOD {
8 
10  : AuxContainerBase() {
14  AUX_VARIABLE(m);
22  }
23 
24 } // 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::FlowElementAuxContainer_v1::pt
std::vector< float > pt
4-vector of FlowElement
Definition: FlowElementAuxContainer_v1.h:35
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::FlowElementAuxContainer_v1::eta
std::vector< float > eta
Definition: FlowElementAuxContainer_v1.h:36
xAOD::FlowElementAuxContainer_v1::signalType
std::vector< FlowElement_v1::signal_t > signalType
Definition: FlowElementAuxContainer_v1.h:30
xAOD::FlowElementAuxContainer_v1::otherObjectLinks
std::vector< std::vector< ElementLink< IParticleContainer > > > otherObjectLinks
Definition: FlowElementAuxContainer_v1.h:45
FlowElementAuxContainer_v1.h
xAOD::FlowElementAuxContainer_v1::chargedObjectWeights
std::vector< std::vector< float > > chargedObjectWeights
Definition: FlowElementAuxContainer_v1.h:43
xAOD::FlowElementAuxContainer_v1::otherObjectWeights
std::vector< std::vector< float > > otherObjectWeights
Definition: FlowElementAuxContainer_v1.h:46
xAOD::FlowElementAuxContainer_v1::FlowElementAuxContainer_v1
FlowElementAuxContainer_v1()
Default constructor.
Definition: FlowElementAuxContainer_v1.cxx:9
xAOD::FlowElementAuxContainer_v1::vertexType
std::vector< FlowElement_v1::vertex_t > vertexType
Definition: FlowElementAuxContainer_v1.h:32
xAOD::FlowElementAuxContainer_v1::chargedObjectLinks
std::vector< std::vector< ElementLink< IParticleContainer > > > chargedObjectLinks
Vectors of links to underlying objects.
Definition: FlowElementAuxContainer_v1.h:42
xAOD::FlowElementAuxContainer_v1::m
std::vector< float > m
Definition: FlowElementAuxContainer_v1.h:38
xAOD::FlowElementAuxContainer_v1::phi
std::vector< float > phi
Definition: FlowElementAuxContainer_v1.h:37
xAOD::FlowElementAuxContainer_v1::charge
std::vector< float > charge
Charge of FlowElement.
Definition: FlowElementAuxContainer_v1.h:28