8#ifndef XAODJET_VERSIONS_JETAUXCONTAINER_V1_H
9#define XAODJET_VERSIONS_JETAUXCONTAINER_V1_H
15#include <Math/Vector4D.h>
18#include "AthLinks/ElementLink.h"
45 typedef std::vector< std::vector< ElementLink< IParticleContainer > > >
49 std::vector<float>
pt;
50 std::vector<float>
eta;
51 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.
Temporary container used until we have I/O for AuxStoreInternal.
std::vector< std::vector< ElementLink< IParticleContainer > > > ConstituentLinks_t
Type used for the constituent links:
std::vector< std::vector< float > > constituentWeights
ConstituentLinks_t constituentLinks
JetAuxContainer_v1()
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.