ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaInterfaces
egammaInterfaces
IEMTrackMatchBuilder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IEMTrackMatchBuilder.h, (c) ATLAS Detector software 2008
8
9
#ifndef EGAMMAINTERFACES_IEMTRACKMATCHBUILDER_H
10
#define EGAMMAINTERFACES_IEMTRACKMATCHBUILDER_H
11
20
21
// INCLUDE HEADER FILES:
22
#include "
egammaInterfaces/IegammaBaseTool.h
"
23
24
// Forward declarations
25
#include "GaudiKernel/EventContext.h"
26
#include "
egammaRecEvent/egammaRecContainer.h
"
27
#include "
xAODCaloEvent/CaloClusterFwd.h
"
28
#include "
xAODTracking/TrackParticleContainerFwd.h
"
29
30
class
egammaRec
;
31
static
const
InterfaceID
IID_IEMTrackMatchBuilder
(
"IEMTrackMatchBuilder"
, 1, 0);
32
33
class
IEMTrackMatchBuilder
:
virtual
public
IAlgTool
34
{
35
36
public
:
38
virtual
~IEMTrackMatchBuilder
(){};
39
41
static
const
InterfaceID&
interfaceID
();
43
virtual
StatusCode
initialize
() = 0;
45
virtual
StatusCode
executeRec
(
const
EventContext& ctx,
46
EgammaRecContainer
* egammas)
const
= 0;
47
};
48
49
inline
const
InterfaceID&
50
IEMTrackMatchBuilder::interfaceID
()
51
{
52
return
IID_IEMTrackMatchBuilder
;
53
}
54
55
#endif
56
CaloClusterFwd.h
IID_IEMTrackMatchBuilder
static const InterfaceID IID_IEMTrackMatchBuilder("IEMTrackMatchBuilder", 1, 0)
IegammaBaseTool.h
TrackParticleContainerFwd.h
IEMTrackMatchBuilder
Interface for the Reconstruction/egamma/egammaTools/EMTrackMatchBuilder.
Definition
IEMTrackMatchBuilder.h:34
IEMTrackMatchBuilder::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition
IEMTrackMatchBuilder.h:50
IEMTrackMatchBuilder::executeRec
virtual StatusCode executeRec(const EventContext &ctx, EgammaRecContainer *egammas) const =0
execute method
IEMTrackMatchBuilder::~IEMTrackMatchBuilder
virtual ~IEMTrackMatchBuilder()
Virtual destructor.
Definition
IEMTrackMatchBuilder.h:38
IEMTrackMatchBuilder::initialize
virtual StatusCode initialize()=0
initialize method
egammaRec
Represent an egamma object for internal egamma usage during reconstruction.
Definition
egammaRec.h:31
egammaRecContainer.h
EgammaRecContainer
DataVector< egammaRec > EgammaRecContainer
The container is a simple typedef for now.
Definition
egammaRecContainer.h:19
Generated on
for ATLAS Offline Software by
1.17.0