ATLAS Offline Software
Event
xAOD
xAODTrigBphysCnv
xAODTrigBphysCnv
ITrigL2BphysContainerCnvTool.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:$
8
#ifndef xAODTrigBphysCNV_ITrigL2BphysContainerCnvTool_H
9
#define xAODTrigBphysCNV_ITrigL2BphysContainerCnvTool_H
10
11
12
// Gaudi/Athena include(s):
13
#include "GaudiKernel/IAlgTool.h"
14
#include "GaudiKernel/ToolHandle.h"
15
16
// EDM include(s):
17
#include "
xAODTrigBphys/TrigBphysContainer.h
"
18
19
20
// Forward declaration(s):
21
class
TrigL2BphysContainer
;
22
23
namespace
xAODMaker
{
24
26
static
const
InterfaceID
27
IID_ITrigL2BphysContainerCnvTool(
"xAODMaker::ITrigL2BphysContainerCnvTool"
, 1, 0 );
28
34
class
ITrigL2BphysContainerCnvTool
:
public
virtual
IAlgTool {
35
36
public
:
38
virtual
StatusCode
convert
(
const
TrigL2BphysContainer
* aod,
39
xAOD::TrigBphysContainer
* xaod )
const
= 0;
40
42
static
const
InterfaceID&
interfaceID
() {
43
return
IID_ITrigL2BphysContainerCnvTool;
44
}
45
46
};
// class ITrigL2BphysContainerCnvTool
47
48
}
// namespace xAODMaker
49
50
#endif // xAODTrigBphysCNV_ITrigL2BphysContainerCnvTool_H
51
xAODMaker::ITrigL2BphysContainerCnvTool::convert
virtual StatusCode convert(const TrigL2BphysContainer *aod, xAOD::TrigBphysContainer *xaod) const =0
Function that fills an existing xAOD::TrigBphysContainer.
xAODMaker::ITrigL2BphysContainerCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition:
ITrigL2BphysContainerCnvTool.h:34
xAODMaker
Definition:
StoreGateSvc.h:72
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
xAODMaker::ITrigL2BphysContainerCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
ITrigL2BphysContainerCnvTool.h:42
TrigL2BphysContainer
Definition:
TrigL2BphysContainer.h:33
TrigBphysContainer.h
Generated on Thu Nov 7 2024 21:17:39 for ATLAS Offline Software by
1.8.18