ATLAS Offline Software
Loading...
Searching...
No Matches
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):
13
14// Local include(s):
17
18
19namespace xAODMaker {
20
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(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for the tool creating TrigBphysContainer from an AOD.
virtual StatusCode convert(const TrigL2BphysContainer *aod, xAOD::TrigBphysContainer *xaod) const override
Function that fills an existing xAOD::TrigBphysContainer.
virtual StatusCode initialize() override
Function initialising the tool.
TrigL2BphysContainerCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
ToolHandle< ITrigL2BphysCnvTool > m_cnvTool
TrigBphysContainer_v1 TrigBphysContainer