ATLAS Offline Software
Loading...
Searching...
No Matches
EventInfoReaderAlg.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: EventInfoReaderAlg.h 592116 2014-04-09 12:04:38Z krasznaa $
8#ifndef XAODEVENTINFOCNV_EVENTINFOREADERALG_H
9#define XAODEVENTINFOCNV_EVENTINFOREADERALG_H
10
11// System include(s):
12#include <string>
13
14// Gaudi/Athena include(s):
16
17namespace xAODReader {
18
31
32 public:
34 EventInfoReaderAlg( const std::string& name, ISvcLocator* svcLoc );
35
37 virtual StatusCode initialize();
39 virtual StatusCode execute();
40
41 private:
43 std::string m_key;
44
45 }; // class EventInfoReaderAlg
46
47} // namespace xAODReader
48
49#endif // XAODEVENTINFOCNV_EVENTINFOREADERALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize()
Function initialising the algorithm.
EventInfoReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
std::string m_key
StoreGate key of the object to be tested.
virtual StatusCode execute()
Function executing the algorithm.