ATLAS Offline Software
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 
19 namespace 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 
ITrigL2BphysCnvTool.h
xAODMaker::ITrigL2BphysContainerCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition: ITrigL2BphysContainerCnvTool.h:34
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
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
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ITrigL2BphysContainerCnvTool.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
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
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
xAODMaker::TrigL2BphysContainerCnvTool::initialize
virtual StatusCode initialize() override
Function initialising the tool.
Definition: TrigL2BphysContainerCnvTool.cxx:30
TrigL2BphysContainer
Definition: TrigL2BphysContainer.h:33
AthAlgTool
Definition: AthAlgTool.h:26
xAODMaker::TrigL2BphysContainerCnvTool
Implementation for the ITrigL2BphysContainerCnvTool interface.
Definition: TrigL2BphysContainerCnvTool.h:31