ATLAS Offline Software
TrigMissingETCnvAlg.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: TrigMissingETCnvAlg.h 592539 2014-04-11 10:17:29Z krasznaa $
8 #ifndef xAODTrigMissingETCNV_TrigMissingETCNVALG_H
9 #define xAODTrigMissingETCNV_TrigMissingETCNVALG_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 
31 
32  public:
34  TrigMissingETCnvAlg( const std::string& name, ISvcLocator* svcLoc );
35 
37  virtual StatusCode initialize();
39  virtual StatusCode execute();
40 
41  private:
43  std::string m_aodKey;
45  std::string m_xaodKey;
46 
48  ToolHandle< ITrigMissingETCnvTool > m_cnvTool;
49 
50  }; // class TrigMissingETCnvAlg
51 
52 } // namespace xAODMaker
53 
54 #endif // xAODTrigMissingETCNV_TrigMissingETCNVALG_H
xAODMaker::TrigMissingETCnvAlg::m_cnvTool
ToolHandle< ITrigMissingETCnvTool > m_cnvTool
Handle to the converter tool.
Definition: TrigMissingETCnvAlg.h:48
xAODMaker::TrigMissingETCnvAlg::m_xaodKey
std::string m_xaodKey
StoreGate key for the output container.
Definition: TrigMissingETCnvAlg.h:45
xAODMaker::TrigMissingETCnvAlg::TrigMissingETCnvAlg
TrigMissingETCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition: TrigMissingETCnvAlg.cxx:20
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::TrigMissingETCnvAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: TrigMissingETCnvAlg.cxx:30
AthAlgorithm.h
xAODMaker::TrigMissingETCnvAlg
Algorithm for creating xAOD::TrigMissingETContainer from an AOD.
Definition: TrigMissingETCnvAlg.h:30
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::TrigMissingETCnvAlg::m_aodKey
std::string m_aodKey
StoreGate key of the input container.
Definition: TrigMissingETCnvAlg.h:43
AthAlgorithm
Definition: AthAlgorithm.h:47
ITrigMissingETCnvTool.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODMaker::TrigMissingETCnvAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: TrigMissingETCnvAlg.cxx:44