ATLAS Offline Software
Event
xAOD
xAODTrigCaloCnv
xAODTrigCaloCnv
ITrigCaloClusterCnvTool.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: ITrigCaloClusterCnvTool.h 575635 2014-03-18 10:58:41Z aranzazu $
8
#ifndef XAODTRIGCALOCNV_ITRIGCALOCLUSTERCNVTOOL_H
9
#define XAODTRIGCALOCNV_ITRIGCALOCLUSTERCNVTOOL_H
10
11
// Gaudi/Athena include(s):
12
#include "GaudiKernel/IAlgTool.h"
13
14
// EDM include(s):
15
#include "
xAODTrigCalo/TrigCaloClusterContainer.h
"
16
17
// Forward declaration(s):
18
class
TrigCaloClusterContainer
;
19
20
namespace
xAODMaker
{
21
23
static
const
InterfaceID
24
IID_ITrigCaloClusterCnvTool(
"xAODMaker::ITrigCaloClusterCnvTool"
, 1, 0 );
25
38
class
ITrigCaloClusterCnvTool
:
public
virtual
IAlgTool {
39
40
public
:
42
virtual
StatusCode
convert
(
const
TrigCaloClusterContainer
* aod,
43
xAOD::TrigCaloClusterContainer
* xaod )
const
= 0;
44
46
static
const
InterfaceID&
interfaceID
() {
47
return
IID_ITrigCaloClusterCnvTool;
48
}
49
50
};
// class ITrigCaloClusterCnvTool
51
52
}
// namespace xAODMaker
53
54
#endif // XAODTRIGCALOCNV_ITRIGCALOCLUSTERCNVTOOL_H
xAODMaker::ITrigCaloClusterCnvTool
Interface for the tool creating TrigCaloCluster from an AOD.
Definition:
ITrigCaloClusterCnvTool.h:38
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::ITrigCaloClusterCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
ITrigCaloClusterCnvTool.h:46
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ITrigCaloClusterCnvTool::convert
virtual StatusCode convert(const TrigCaloClusterContainer *aod, xAOD::TrigCaloClusterContainer *xaod) const =0
Function that fills an existing xAOD::TrigCaloClusterContainer.
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
TrigCaloClusterContainer.h
TrigCaloClusterContainer
Container from TrigCaloCluster type objects.
Definition:
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloClusterContainer.h:29
Generated on Thu Nov 7 2024 21:17:39 for ATLAS Offline Software by
1.8.18