ATLAS Offline Software
TrigEFBphysCnvTool.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id:$
8 #ifndef xAODTrigBphysCNV_TrigEFBphysCNVTOOL_H
9 #define xAODTrigBphysCNV_TrigEFBphysCNVTOOL_H
10 
11 // Gaudi/Athena include(s):
13 
14 // Local include(s):
16 
17 // forward declarations
18 //class TrigEFBphys;
19 
20 
21 namespace xAODMaker {
22 
30  public virtual ITrigEFBphysCnvTool {
31 
32  public:
34  TrigEFBphysCnvTool( const std::string& type, const std::string& name,
35  const IInterface* parent );
36 
38  virtual StatusCode convert( const TrigEFBphys * aod,
39  xAOD::TrigBphys* xaod ) const override;
40 
41  }; // class TrigElectronCnvTool
42 
43 } // namespace xAODMaker
44 
45 #endif // xAODTrigBphysCNV_TrigEFBphysCNVTOOL_H
46 
TrigEFBphys
Definition: TrigEFBphys.h:42
xAODMaker::TrigEFBphysCnvTool::convert
virtual StatusCode convert(const TrigEFBphys *aod, xAOD::TrigBphys *xaod) const override
Function that fills an existing xAOD::TrigBphysContainer.
Definition: TrigEFBphysCnvTool.cxx:28
xAODMaker::TrigEFBphysCnvTool
Implementation for the ITrigEFBphysCnvTool interface.
Definition: TrigEFBphysCnvTool.h:30
ITrigEFBphysCnvTool.h
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
xAODMaker::TrigEFBphysCnvTool::TrigEFBphysCnvTool
TrigEFBphysCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigEFBphysCnvTool.cxx:18
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
xAOD::TrigBphys_v1
Class describing a Bphysics online composite object.
Definition: TrigBphys_v1.h:44
xAODMaker::ITrigEFBphysCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition: ITrigEFBphysCnvTool.h:33