ATLAS Offline Software
Loading...
Searching...
No Matches
TauJetReaderAlg.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2025 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):
14
15namespace xAODMaker {
16
28
29 public:
31 TauJetReaderAlg( const std::string& name, ISvcLocator* svcLoc );
32
34 virtual StatusCode initialize();
36 virtual StatusCode execute();
37
38 private:
40 Gaudi::Property<std::string> m_sgKey{this, "SGKey", "TauRecContainer", "StoreGate key of the container to test"};
41
42 }; // class TauJetReaderAlg
43
44} // namespace xAODMaker
45
46#endif // XAODTAUCNV_TAUJETREADERALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize()
Function initialising the algorithm.
TauJetReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Gaudi::Property< std::string > m_sgKey
The StoreGate key of the container to be tested.
virtual StatusCode execute()
Function executing the algorithm.