ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaInterfaces
egammaInterfaces
IegammaBaseTool.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
// IegammaBaseTool.h, (c) ATLAS Detector software 2008
8
9
#ifndef EGAMMAINTERFACES_IEGAMMABASETOOL_H
10
#define EGAMMAINTERFACES_IEGAMMABASETOOL_H
11
19
20
// INCLUDE HEADER FILES:
21
#include "GaudiKernel/IAlgTool.h"
22
#include "GaudiKernel/EventContext.h"
23
// Forward declarations
24
#include "
xAODEgamma/EgammaFwd.h
"
25
#include "
xAODEgamma/ElectronContainerFwd.h
"
26
#include "
xAODEgamma/PhotonContainerFwd.h
"
27
static
const
InterfaceID
IID_IegammaBaseTool
(
"IegammaBaseTool"
, 1, 0);
28
29
class
IegammaBaseTool
:
virtual
public
IAlgTool
30
{
31
32
public
:
33
35
virtual
~IegammaBaseTool
() {};
36
38
static
const
InterfaceID&
interfaceID
();
39
41
virtual
StatusCode
initialize
() = 0;
43
virtual
StatusCode
finalize
() = 0;
45
virtual
StatusCode
execute
(
const
EventContext& ctx,
xAOD::Egamma
* eg)
const
= 0;
46
};
47
48
inline
const
InterfaceID&
IegammaBaseTool::interfaceID
()
49
{
50
return
IID_IegammaBaseTool
;
51
}
52
53
#endif
// EGAMMAINTERFACES_IEGAMMABASETOOL_H
EgammaFwd.h
ElectronContainerFwd.h
IID_IegammaBaseTool
static const InterfaceID IID_IegammaBaseTool("IegammaBaseTool", 1, 0)
PhotonContainerFwd.h
IegammaBaseTool
Interface for the Reconstruction/egamma/egammaTools/egammaBaseTool.
Definition
IegammaBaseTool.h:30
IegammaBaseTool::execute
virtual StatusCode execute(const EventContext &ctx, xAOD::Egamma *eg) const =0
execute method
IegammaBaseTool::~IegammaBaseTool
virtual ~IegammaBaseTool()
destructor
Definition
IegammaBaseTool.h:35
IegammaBaseTool::finalize
virtual StatusCode finalize()=0
finalize method
IegammaBaseTool::initialize
virtual StatusCode initialize()=0
initialize method
IegammaBaseTool::interfaceID
static const InterfaceID & interfaceID()
AthAlgTool interface methods.
Definition
IegammaBaseTool.h:48
xAOD::Egamma
Egamma_v1 Egamma
Definition of the current "egamma version".
Definition
Egamma.h:17
Generated on
for ATLAS Offline Software by
1.14.0