ATLAS Offline Software
Loading...
Searching...
No Matches
TrigxAODBphysReaderAlg.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_TrigEFBphysReaderAlg_H
9#define xAODTrigBPhysCNV_TrigEFBphysReaderAlg_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):
19
20namespace xAODMaker {
21
28
29 public:
31 TrigxAODBphysReaderAlg( const std::string& name, ISvcLocator* svcLoc );
32
34 virtual StatusCode initialize();
36 virtual StatusCode execute();
37
38 private:
40 std::string m_xaodKey;
41
42 }; // class TrigEFBphysReaderAlg
43
44} // namespace xAODMaker
45
46#endif // xAODTrigBPhysCNV_TrigEFBphysReaderAlg_H
47
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize()
Function initialising the algorithm.
std::string m_xaodKey
StoreGate key for the output container.
virtual StatusCode execute()
Function executing the algorithm.
TrigxAODBphysReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.