ATLAS Offline Software
Event
xAOD
xAODTauCnv
src
TauJetReaderAlg.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: TauJetReaderAlg.h 632174 2014-11-29 15:23:36Z krasznaa $
8
#ifndef XAODTAUCNV_TAUJETREADERALG_H
9
#define XAODTAUCNV_TAUJETREADERALG_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaBaseComps/AthAlgorithm.h
"
13
14
namespace
xAODMaker
{
15
26
class
TauJetReaderAlg
:
public
::AthAlgorithm
{
27
28
public
:
30
TauJetReaderAlg
(
const
std::string&
name
, ISvcLocator* svcLoc );
31
33
virtual
StatusCode
initialize
();
35
virtual
StatusCode
execute
();
36
37
private
:
39
std::string
m_sgKey
;
40
41
};
// class TauJetReaderAlg
42
43
}
// namespace xAODMaker
44
45
#endif // XAODTAUCNV_TAUJETREADERALG_H
xAODMaker::TauJetReaderAlg
Simple algorithm testing the reading of xAOD::TauJetContainer.
Definition:
TauJetReaderAlg.h:26
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::TauJetReaderAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition:
TauJetReaderAlg.cxx:33
AthAlgorithm.h
xAODMaker::TauJetReaderAlg::m_sgKey
std::string m_sgKey
The StoreGate key of the container to be tested.
Definition:
TauJetReaderAlg.h:39
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::TauJetReaderAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition:
TauJetReaderAlg.cxx:23
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
xAODMaker::TauJetReaderAlg::TauJetReaderAlg
TauJetReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition:
TauJetReaderAlg.cxx:15
Generated on Mon Dec 23 2024 21:19:07 for ATLAS Offline Software by
1.8.18