9#ifndef EGAMMAINTERFACES_IEMTRACKMATCHBUILDER_H
10#define EGAMMAINTERFACES_IEMTRACKMATCHBUILDER_H
25#include "GaudiKernel/EventContext.h"
49inline const InterfaceID&
static const InterfaceID IID_IEMTrackMatchBuilder("IEMTrackMatchBuilder", 1, 0)
Interface for the Reconstruction/egamma/egammaTools/EMTrackMatchBuilder.
static const InterfaceID & interfaceID()
AlgTool interface methods.
virtual StatusCode executeRec(const EventContext &ctx, EgammaRecContainer *egammas) const =0
execute method
virtual ~IEMTrackMatchBuilder()
Virtual destructor.
virtual StatusCode initialize()=0
initialize method
Represent an egamma object for internal egamma usage during reconstruction.
DataVector< egammaRec > EgammaRecContainer
The container is a simple typedef for now.