ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
src
HLTResultReader.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
13
14
15
#ifndef DATAMODELTESTDATAREAD_HLTRESULTREADER_H
16
#define DATAMODELTESTDATAREAD_HLTRESULTREADER_H
17
18
19
#include "
AthenaBaseComps/AthAlgorithm.h
"
20
#include "
CxxUtils/checker_macros.h
"
21
#include "
StoreGate/ReadHandleKey.h
"
22
#include "GaudiKernel/ToolHandle.h"
23
#include "
TrigNavigation/Navigation.h
"
24
25
26
namespace
HLT
{
27
class
HLTResult
;
28
}
29
30
31
namespace
DMTest
{
32
33
37
class
HLTResultReader
38
:
public
AthAlgorithm
39
{
40
public
:
46
HLTResultReader
(
const
std::string &name, ISvcLocator *pSvcLocator);
47
48
52
virtual
StatusCode
initialize
ATLAS_NOT_THREAD_SAFE
()
override
;
53
54
58
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
59
60
64
virtual
StatusCode
finalize
()
override
;
65
66
67
private
:
69
SG::ReadHandleKey<HLT::HLTResult>
m_resultKey
;
70
72
ToolHandle<HLT::Navigation>
m_nav
;
73
};
74
75
76
}
// namespace DMTest
77
78
79
#endif
// not DATAMODELTESTDATAREAD_HLTRESULTREADER_H
AthAlgorithm.h
Navigation.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
checker_macros.h
Define macros for attributes used to control the static checker.
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
DMTest::HLTResultReader::ATLAS_NOT_THREAD_SAFE
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Algorithm initialization; called at the beginning of the job.
DMTest::HLTResultReader::m_nav
ToolHandle< HLT::Navigation > m_nav
Navigation object use to fill the result.
Definition
HLTResultReader.h:72
DMTest::HLTResultReader::HLTResultReader
HLTResultReader(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
HLTResultReader.cxx:56
DMTest::HLTResultReader::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition
HLTResultReader.cxx:103
DMTest::HLTResultReader::execute
virtual StatusCode execute(const EventContext &ctx) override
Algorithm event processing.
Definition
HLTResultReader.cxx:88
DMTest::HLTResultReader::m_resultKey
SG::ReadHandleKey< HLT::HLTResult > m_resultKey
Handle to read the HLTResult object.
Definition
HLTResultReader.h:69
HLT::HLTResult
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
Definition
HLTResult.h:49
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
DMTest
Definition
B.h:23
HLT
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Definition
HLTResultReader.h:26
initialize
void initialize()
Definition
run_EoverP.cxx:894
Generated on
for ATLAS Offline Software by
1.17.0