7#ifndef XAODJET_VERSIONS_JETTRIGAUXCONTAINER_V1_H
8#define XAODJET_VERSIONS_JETTRIGAUXCONTAINER_V1_H
14#include <Math/Vector4D.h>
17#include "AthLinks/ElementLink.h"
44 typedef std::vector< std::vector< ElementLink< IParticleContainer > > >
47 std::vector<float>
pt;
48 std::vector<float>
eta;
49 std::vector<float>
phi;
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for dynamic auxiliary stores saved into ByteStream.
ByteStreamAuxContainer_v1()
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:
ConstituentLinks_t constituentLinks
std::vector< std::vector< float > > constituentWeights
JetTrigAuxContainer_v1()
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.