ATLAS Offline Software
Loading...
Searching...
No Matches
Event
xAOD
xAODTrigBphysCnv
src
TrigL2BphysContainerCnvTool.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_TrigL2BphysContainerCNVTOOL_H
9
#define xAODTrigBphysCNV_TrigL2BphysContainerCNVTOOL_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
14
// Local include(s):
15
#include "
xAODTrigBphysCnv/ITrigL2BphysContainerCnvTool.h
"
16
#include "
xAODTrigBphysCnv/ITrigL2BphysCnvTool.h
"
17
18
19
namespace
xAODMaker
{
20
30
class
TrigL2BphysContainerCnvTool
:
public
AthAlgTool
,
31
public
virtual
ITrigL2BphysContainerCnvTool
{
32
33
public
:
35
TrigL2BphysContainerCnvTool
(
const
std::string&
type
,
const
std::string& name,
36
const
IInterface* parent );
37
39
virtual
StatusCode
initialize
()
override
;
40
42
virtual
StatusCode
convert
(
const
TrigL2BphysContainer
* aod,
43
xAOD::TrigBphysContainer
* xaod )
const override
;
44
45
private
:
46
ToolHandle< ITrigL2BphysCnvTool >
m_cnvTool
;
// does the actual conversions
47
48
49
};
// class TrigL2BphysContainerCnvTool
50
51
}
// namespace xAODMaker
52
53
#endif
// xAODTrigBphysCNV_TrigL2BphysContainerCNVTOOL_H
54
AthAlgTool.h
ITrigL2BphysCnvTool.h
ITrigL2BphysContainerCnvTool.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
TrigL2BphysContainer
Definition
TrigL2BphysContainer.h:33
xAODMaker::ITrigL2BphysContainerCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition
ITrigL2BphysContainerCnvTool.h:34
xAODMaker::TrigL2BphysContainerCnvTool::convert
virtual StatusCode convert(const TrigL2BphysContainer *aod, xAOD::TrigBphysContainer *xaod) const override
Function that fills an existing xAOD::TrigBphysContainer.
Definition
TrigL2BphysContainerCnvTool.cxx:40
xAODMaker::TrigL2BphysContainerCnvTool::initialize
virtual StatusCode initialize() override
Function initialising the tool.
Definition
TrigL2BphysContainerCnvTool.cxx:30
xAODMaker::TrigL2BphysContainerCnvTool::TrigL2BphysContainerCnvTool
TrigL2BphysContainerCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition
TrigL2BphysContainerCnvTool.cxx:19
xAODMaker::TrigL2BphysContainerCnvTool::m_cnvTool
ToolHandle< ITrigL2BphysCnvTool > m_cnvTool
Definition
TrigL2BphysContainerCnvTool.h:46
xAODMaker
Definition
StoreGateSvc.h:72
xAOD::TrigBphysContainer
TrigBphysContainer_v1 TrigBphysContainer
Definition
TrigBphysContainer.h:12
type
Generated on
for ATLAS Offline Software by
1.14.0