ATLAS Offline Software
CombinedMuonFeatureCnvAlg.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 xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
9 #define xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
10 
11 // System include(s):
12 #include <string>
13 
14 // Gaudi/Athena include(s):
16 #include "GaudiKernel/ToolHandle.h"
17 
18 // Local include(s):
20 
21 namespace xAODMaker {
22 
29 
30  public:
32  CombinedMuonFeatureCnvAlg( const std::string& name, ISvcLocator* svcLoc );
33 
35  virtual StatusCode initialize();
37  virtual StatusCode execute();
38 
39  private:
41  std::string m_aodKey;
43  std::string m_xaodKey;
44 
46  ToolHandle< ICombinedMuonFeatureContainerCnvTool > m_cnvTool;
47 
48  }; // class CombinedMuonFeatureCnvAlg
49 
50 } // namespace xAODMaker
51 
52 #endif // xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
xAODMaker::CombinedMuonFeatureCnvAlg::CombinedMuonFeatureCnvAlg
CombinedMuonFeatureCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition: CombinedMuonFeatureCnvAlg.cxx:22
xAODMaker
Definition: StoreGateSvc.h:72
AthAlgorithm.h
xAODMaker::CombinedMuonFeatureCnvAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: CombinedMuonFeatureCnvAlg.cxx:47
xAODMaker::CombinedMuonFeatureCnvAlg
Algorithm for creating xAOD::L2CombinedMuonContainer from an AOD.
Definition: CombinedMuonFeatureCnvAlg.h:28
xAODMaker::CombinedMuonFeatureCnvAlg::m_aodKey
std::string m_aodKey
StoreGate key of the input container.
Definition: CombinedMuonFeatureCnvAlg.h:41
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
xAODMaker::CombinedMuonFeatureCnvAlg::m_xaodKey
std::string m_xaodKey
StoreGate key for the output container.
Definition: CombinedMuonFeatureCnvAlg.h:43
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODMaker::CombinedMuonFeatureCnvAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: CombinedMuonFeatureCnvAlg.cxx:33
xAODMaker::CombinedMuonFeatureCnvAlg::m_cnvTool
ToolHandle< ICombinedMuonFeatureContainerCnvTool > m_cnvTool
Handle to the converter tool.
Definition: CombinedMuonFeatureCnvAlg.h:46
ICombinedMuonFeatureContainerCnvTool.h