ATLAS Offline Software
CombinedMuonFeatureCnvTool.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 xAODTrigMuonCNV_CombinedMuonFeatureCNVTOOL_H
9 #define xAODTrigMuonCNV_CombinedMuonFeatureCNVTOOL_H
10 
11 // Gaudi/Athena include(s):
13 
14 // Local include(s):
16 
17 // forward declarations
18 //class CombinedMuonFeature;
19 
20 
21 namespace xAODMaker {
22 
33  public virtual ICombinedMuonFeatureCnvTool {
34 
35  public:
37  CombinedMuonFeatureCnvTool( const std::string& type, const std::string& name,
38  const IInterface* parent );
39 
41  virtual StatusCode convert( const CombinedMuonFeature * aod,
42  xAOD::L2CombinedMuon* xaod ) const override;
43 
44  }; // class TrigElectronCnvTool
45 
46 } // namespace xAODMaker
47 
48 #endif // xAODTrigMuonCNV_CombinedMuonFeatureCNVTOOL_H
49 
xAODMaker::CombinedMuonFeatureCnvTool
Implementation for the ICombinedMuonFeatureCnvTool interface.
Definition: CombinedMuonFeatureCnvTool.h:33
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::CombinedMuonFeatureCnvTool::CombinedMuonFeatureCnvTool
CombinedMuonFeatureCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: CombinedMuonFeatureCnvTool.cxx:18
xAOD::L2CombinedMuon_v1
Class describing combined muon reconstructed in the LVL2 trigger.
Definition: L2CombinedMuon_v1.h:41
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
CombinedMuonFeature
Definition: CombinedMuonFeature.h:30
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
xAODMaker::CombinedMuonFeatureCnvTool::convert
virtual StatusCode convert(const CombinedMuonFeature *aod, xAOD::L2CombinedMuon *xaod) const override
Function that fills an existing xAOD::L2CombinedMuon.
Definition: CombinedMuonFeatureCnvTool.cxx:27
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
xAODMaker::ICombinedMuonFeatureCnvTool
Interface for the tool creating CombinedMuonFeature from an AOD.
Definition: ICombinedMuonFeatureCnvTool.h:32
ICombinedMuonFeatureCnvTool.h