ATLAS Offline Software
TrigEFBphysContainerCnvTool.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_TrigEFBphysContainerCNVTOOL_H
9 #define xAODTrigBphysCNV_TrigEFBphysContainerCNVTOOL_H
10 
11 // Gaudi/Athena include(s):
13 
14 // Local include(s):
17 
18 
19 namespace xAODMaker {
20 
31  public virtual ITrigEFBphysContainerCnvTool {
32 
33  public:
35  TrigEFBphysContainerCnvTool( const std::string& type, const std::string& name,
36  const IInterface* parent );
37 
39  virtual StatusCode initialize() override;
40 
42  virtual StatusCode convert(const TrigEFBphysContainer * aod,
43  xAOD::TrigBphysContainer* xaod ) const override;
44 
45  private:
46  ToolHandle< ITrigEFBphysCnvTool > m_cnvTool; // does the actual conversions
47 
48 
49  }; // class TrigEFBphysContainerCnvTool
50 
51 } // namespace xAODMaker
52 
53 #endif // xAODTrigBphysCNV_TrigEFBphysContainerCNVTOOL_H
54 
xAODMaker::TrigEFBphysContainerCnvTool::TrigEFBphysContainerCnvTool
TrigEFBphysContainerCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigEFBphysContainerCnvTool.cxx:19
xAODMaker::TrigEFBphysContainerCnvTool::m_cnvTool
ToolHandle< ITrigEFBphysCnvTool > m_cnvTool
Definition: TrigEFBphysContainerCnvTool.h:46
ITrigEFBphysCnvTool.h
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::TrigEFBphysContainerCnvTool
Implementation for the ITrigEFBphysContainerCnvTool interface.
Definition: TrigEFBphysContainerCnvTool.h:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
xAODMaker::ITrigEFBphysContainerCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition: ITrigEFBphysContainerCnvTool.h:34
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
xAODMaker::TrigEFBphysContainerCnvTool::initialize
virtual StatusCode initialize() override
Function initialising the tool.
Definition: TrigEFBphysContainerCnvTool.cxx:30
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
ITrigEFBphysContainerCnvTool.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
TrigEFBphysContainer
Definition: TrigEFBphysContainer.h:34
xAODMaker::TrigEFBphysContainerCnvTool::convert
virtual StatusCode convert(const TrigEFBphysContainer *aod, xAOD::TrigBphysContainer *xaod) const override
Function that fills an existing xAOD::TrigBphysContainer.
Definition: TrigEFBphysContainerCnvTool.cxx:40