ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2BphysCnvAlg.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_TrigL2BphysCnvAlg_H
9#define xAODTrigBPhysCNV_TrigL2BphysCnvAlg_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
21namespace xAODMaker {
22
29
30 public:
32 TrigL2BphysCnvAlg( 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< ITrigL2BphysContainerCnvTool > m_cnvTool;
47
48 }; // class TrigL2BphysCnvAlg
49
50} // namespace xAODMaker
51
52#endif // xAODTrigBPhysCNV_TrigL2BphysCnvAlg_H
53
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
TrigL2BphysCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode initialize()
Function initialising the algorithm.
std::string m_aodKey
StoreGate key of the input container.
virtual StatusCode execute()
Function executing the algorithm.
std::string m_xaodKey
StoreGate key for the output container.
ToolHandle< ITrigL2BphysContainerCnvTool > m_cnvTool
Handle to the converter tool.