ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigHLTMonitoring
src
TrigHLTMonitorAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGHLTMONITORING_TRIGHLTMONITORALGORITHM_H
6
#define TRIGHLTMONITORING_TRIGHLTMONITORALGORITHM_H
7
8
#include <set>
9
#include <string>
10
#include <vector>
11
12
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
13
#include "
AthenaMonitoringKernel/Monitored.h
"
14
15
#include "
TrigSteeringEvent/HLTResultMT.h
"
16
#include "
StoreGate/ReadHandleKey.h
"
17
#include "
TrigSteeringEvent/TrigRoiDescriptor.h
"
18
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
19
#include "
TrigConfInterfaces/ITrigConfigSvc.h
"
20
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
21
#include "
TrigDecisionTool/TrigDecisionTool.h
"
22
#include "
xAODTrigger/TrigConfKeys.h
"
23
24
class
TrigHLTMonitorAlgorithm
:
public
AthMonitorAlgorithm
{
25
public
:
26
TrigHLTMonitorAlgorithm
(
const
std::string& name, ISvcLocator* pSvcLocator );
27
virtual
~TrigHLTMonitorAlgorithm
();
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
fillHistograms
(
const
EventContext& ctx )
const override
;
30
31
private
:
32
SG::ReadHandleKey<xAOD::TrigConfKeys>
m_eventKey
{
this
,
"EventObjectName"
,
"TrigConfKeys"
,
"Key for the event-level configuration identifier object"
};
33
SG::ReadHandleKey<xAOD::TrigConfKeys>
m_onlineKey
{
this
,
"OnlineObjectName"
,
"TrigConfKeysOnline"
,
"Key for the online configuration identifier object"
};
34
35
ServiceHandle< TrigConf::ITrigConfigSvc >
m_trigConfigSvc
{
this
,
"TrigConfigSvc"
,
""
};
36
StatusCode fillResultAndConsistencyHistograms(
const
EventContext& ctx )
const
;
37
38
};
39
#endif
AthMonitorAlgorithm.h
HLTResultMT.h
ITrigConfigSvc.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigCompositeUtils.h
TrigConfKeys.h
TrigDecisionTool.h
TrigRoiDescriptorCollection.h
TrigRoiDescriptor.h
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
ServiceHandle< TrigConf::ITrigConfigSvc >
TrigHLTMonitorAlgorithm::m_eventKey
SG::ReadHandleKey< xAOD::TrigConfKeys > m_eventKey
Definition
TrigHLTMonitorAlgorithm.h:32
TrigHLTMonitorAlgorithm::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition
TrigHLTMonitorAlgorithm.cxx:30
TrigHLTMonitorAlgorithm::m_onlineKey
SG::ReadHandleKey< xAOD::TrigConfKeys > m_onlineKey
Definition
TrigHLTMonitorAlgorithm.h:33
TrigHLTMonitorAlgorithm::m_trigConfigSvc
ServiceHandle< TrigConf::ITrigConfigSvc > m_trigConfigSvc
Definition
TrigHLTMonitorAlgorithm.h:35
TrigHLTMonitorAlgorithm
Definition
TrigHLTMonitorAlgorithm.py:1
initialize
void initialize()
Definition
run_EoverP.cxx:894
Generated on
for ATLAS Offline Software by
1.17.0