ATLAS Offline Software
xAODMenuReader.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef TRIGCONFXAOD_XAODMENUREADER_H
8 #define TRIGCONFXAOD_XAODMENUREADER_H
9 
10 // Gaudi/Athena include(s):
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
14 
15 // Trigger include(s):
18 
19 namespace TrigConf {
20 
31  class xAODMenuReader : public AthAlgorithm {
32 
33  public:
35  xAODMenuReader( const std::string& name, ISvcLocator* svcLoc );
36 
38  virtual StatusCode initialize();
39 
41  virtual StatusCode execute();
42 
43  private:
47  ToolHandle< TrigConf::ITrigConfigTool > m_configTool;
48 
51 
52  }; // class xAODMenuReader
53 
54 } // namespace TrigConf
55 
56 #endif // TRIGCONFXAOD_XAODMENUREADER_H
TrigConf::xAODMenuReader::m_configSvc
ServiceHandle< TrigConf::ITrigConfigSvc > m_configSvc
Connection to the trigger configuration service.
Definition: xAODMenuReader.h:45
ITrigConfigTool.h
TrigConf::xAODMenuReader::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: xAODMenuReader.cxx:21
ITrigConfigSvc.h
AthAlgorithm.h
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition: Config.h:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigConf::xAODMenuReader::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: xAODMenuReader.cxx:37
AthAlgorithm
Definition: AthAlgorithm.h:47
TrigConf::name
Definition: HLTChainList.h:35
TrigConf::xAODMenuReader::m_configTool
ToolHandle< TrigConf::ITrigConfigTool > m_configTool
Connection to the trigger configuration tool.
Definition: xAODMenuReader.h:47
TrigConf::xAODMenuReader::xAODMenuReader
xAODMenuReader(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition: xAODMenuReader.cxx:11
TrigConf::xAODMenuReader::m_eventCounter
int m_eventCounter
An internal counter.
Definition: xAODMenuReader.h:50
TrigConf::xAODMenuReader
Algorithm for testing the xAOD menu reading in Athena.
Definition: xAODMenuReader.h:31
ServiceHandle< TrigConf::ITrigConfigSvc >