ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
23
25 public:
26 TrigHLTMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
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
36 StatusCode fillResultAndConsistencyHistograms( const EventContext& ctx ) const;
37
38};
39#endif
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::TrigConfKeys > m_eventKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
SG::ReadHandleKey< xAOD::TrigConfKeys > m_onlineKey
ServiceHandle< TrigConf::ITrigConfigSvc > m_trigConfigSvc
void initialize()