ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterCnvAlg.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: TrigEMClusterCnvAlg.h 592334 2014-04-10 11:01:56Z krasznaa $
8#ifndef XAODTRIGCALOCNV_TRIGEMCLUSTERCNVALG_H
9#define XAODTRIGCALOCNV_TRIGEMCLUSTERCNVALG_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
35
36 public:
38 TrigEMClusterCnvAlg( const std::string& name, ISvcLocator* svcLoc );
39
41 virtual StatusCode initialize();
43 virtual StatusCode execute();
44
45 private:
47 std::string m_aodKey;
49 std::string m_xaodKey;
50
52 ToolHandle< ITrigEMClusterCnvTool > m_cnvTool;
53
54 }; // class TrigEMClusterCnvAlg
55
56} // namespace xAODMaker
57
58#endif // XAODTRIGCALOCNV_TRIGEMCLUSTERCNVALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_xaodKey
StoreGate key for the output container.
virtual StatusCode execute()
Function executing the algorithm.
TrigEMClusterCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode initialize()
Function initialising the algorithm.
ToolHandle< ITrigEMClusterCnvTool > m_cnvTool
Handle to the converter tool.
std::string m_aodKey
StoreGate key of the input container.