7#ifndef XAODPFLOW_VERSIONS_FLOWELEMENTAUXCONTAINER_V1_H
8#define XAODPFLOW_VERSIONS_FLOWELEMENTAUXCONTAINER_V1_H
13#include "AthLinks/ElementLink.h"
35 std::vector<float>
pt;
36 std::vector<float>
eta;
37 std::vector<float>
phi;
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< std::vector< float > > chargedObjectWeights
std::vector< FlowElement_v1::signal_t > signalType
std::vector< std::vector< float > > otherObjectWeights
~FlowElementAuxContainer_v1()=default
std::vector< float > pt
4-vector of FlowElement
std::vector< float > charge
Charge of FlowElement.
FlowElementAuxContainer_v1()
Default constructor.
std::vector< std::vector< ElementLink< IParticleContainer > > > chargedObjectLinks
Vectors of links to underlying objects.
std::vector< std::vector< ElementLink< IParticleContainer > > > otherObjectLinks
std::vector< FlowElement_v1::vertex_t > vertexType
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.