6#ifndef XAODPFLOW_VERSIONS_TRACKCALOCLUSTERAUXCONTAINER_V1_H
7#define XAODPFLOW_VERSIONS_TRACKCALOCLUSTERAUXCONTAINER_V1_H
15#include "AthLinks/ElementLink.h"
41 std::vector< float >
pt;
42 std::vector< float >
eta;
43 std::vector< float >
phi;
44 std::vector< float >
m;
51 std::vector<std::vector< ElementLink< xAOD::CaloClusterContainer > > >
caloClusterLinks;
#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.
This class is meant to implement the TrackCaloCluster EDM.
std::vector< ElementLink< xAOD::TrackParticleContainer > > trackParticleLink
TrackCaloClusterAuxContainer_v1()
Default constructor.
std::vector< std::vector< ElementLink< xAOD::CaloClusterContainer > > > caloClusterLinks
void dump() const
Dumps contents (for debugging)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.