ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
src
HLTResultWriter.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
7
// $Id$
14
15
16
#ifndef DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
17
#define DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
18
19
20
#include "
AthenaBaseComps/AthAlgorithm.h
"
21
#include "
CxxUtils/checker_macros.h
"
22
#include "
StoreGate/WriteHandleKey.h
"
23
#include "GaudiKernel/ToolHandle.h"
24
#include "
TrigNavigation/Navigation.h
"
25
26
namespace
HLT
{
27
class
HLTResult
;
28
}
29
30
31
namespace
DMTest
{
32
33
37
class
HLTResultWriter
38
:
public
AthAlgorithm
39
{
40
public
:
46
HLTResultWriter
(
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::WriteHandleKey<HLT::HLTResult>
m_resultKey
;
70
72
ToolHandle<HLT::Navigation>
m_nav
;
73
};
74
75
76
}
// namespace DMTest
77
78
79
#endif
// not DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
AthAlgorithm.h
Navigation.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle 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::HLTResultWriter::execute
virtual StatusCode execute(const EventContext &ctx) override
Algorithm event processing.
Definition
HLTResultWriter.cxx:88
DMTest::HLTResultWriter::m_resultKey
SG::WriteHandleKey< HLT::HLTResult > m_resultKey
Handle to write the HLTResult object.
Definition
HLTResultWriter.h:69
DMTest::HLTResultWriter::ATLAS_NOT_THREAD_SAFE
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Algorithm initialization; called at the beginning of the job.
DMTest::HLTResultWriter::m_nav
ToolHandle< HLT::Navigation > m_nav
Navigation object use to fill the result.
Definition
HLTResultWriter.h:72
DMTest::HLTResultWriter::HLTResultWriter
HLTResultWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
HLTResultWriter.cxx:56
DMTest::HLTResultWriter::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition
HLTResultWriter.cxx:107
HLT::HLTResult
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
Definition
HLTResult.h:49
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.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