ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigMinBiasMonitoring
src
HLTMBTSMonitoringAlgMT.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGMINBIASMONITORING_HLTMBTSMONITORINGALGMT_H
5
#define TRIGMINBIASMONITORING_HLTMBTSMONITORINGALGMT_H
6
7
#include <string>
8
9
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
10
#include "
AthenaMonitoringKernel/Monitored.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
TrigDecisionTool/TrigDecisionTool.h
"
13
#include "
xAODTrigMinBias/TrigT2MbtsBits.h
"
14
#include "
xAODTrigMinBias/TrigT2MbtsBitsContainer.h
"
15
20
class
HLTMBTSMonitoringAlgMT
:
public
AthMonitorAlgorithm
{
21
public
:
22
HLTMBTSMonitoringAlgMT
(
const
std::string &name, ISvcLocator *pSvcLocator);
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
fillHistograms
(
const
EventContext &context)
const override
;
26
27
private
:
28
Gaudi::Property<std::vector<std::string>>
m_triggerList
{
29
this
,
"triggerList"
, {},
"Add triggers to this to be monitored"
};
30
SG::ReadHandleKey<xAOD::TrigT2MbtsBitsContainer>
m_TrigT2MbtsBitsContainerKey
{
31
this
,
"MBTSbitsKey"
,
"HLT_MbtsBitsContainer"
,
"Name of MbtsBitsContainer"
};
32
};
33
34
#endif
// TRIGMINBIASMONITORING_HLTMBTSMONITORINGALG_H
AthMonitorAlgorithm.h
TrigT2MbtsBitsContainer.h
TrigT2MbtsBits.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.
TrigDecisionTool.h
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
HLTMBTSMonitoringAlgMT::m_triggerList
Gaudi::Property< std::vector< std::string > > m_triggerList
Definition
HLTMBTSMonitoringAlgMT.h:28
HLTMBTSMonitoringAlgMT::fillHistograms
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Definition
HLTMBTSMonitoringAlgMT.cxx:18
HLTMBTSMonitoringAlgMT::initialize
virtual StatusCode initialize() override
initialize
Definition
HLTMBTSMonitoringAlgMT.cxx:10
HLTMBTSMonitoringAlgMT::m_TrigT2MbtsBitsContainerKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_TrigT2MbtsBitsContainerKey
Definition
HLTMBTSMonitoringAlgMT.h:30
HLTMBTSMonitoringAlgMT::HLTMBTSMonitoringAlgMT
HLTMBTSMonitoringAlgMT(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HLTMBTSMonitoringAlgMT.cxx:7
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0