8#ifndef XAODEGAMMA_VERSIONS_PHOTONAUXCONTAINER_V3_H
9#define XAODEGAMMA_VERSIONS_PHOTONAUXCONTAINER_V3_H
15#include "AthLinks/ElementLink.h"
44#define EGAMMA_AUX_VARIABLE( TYPE, NAME ) TYPE NAME
45#include "xAODEgamma/versions/EgammaAuxVariables_v3.def"
46#undef EGAMMA_AUX_VARIABLE
51 std::vector< std::vector< ElementLink< VertexContainer > > >
vertexLinks;
#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.
Auxiliary store for offline photons.
std::vector< std::vector< ElementLink< VertexContainer > > > vertexLinks
std::vector< float > convMatchDeltaPhi1
Difference between the cluster phi and the phi of the first track of the vertex extrapolated to the s...
std::vector< float > convMatchDeltaEta2
Difference between the cluster eta and the eta of the second track of the vertex extrapolated to the ...
std::vector< float > convMatchDeltaEta1
Difference between the cluster eta and the eta of the first track of the vertex extrapolated to the s...
std::vector< float > convMatchDeltaPhi2
Difference between the cluster phi and the phi of the second track of the vertex extrapolated to the ...
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.