ATLAS Offline Software
Loading...
Searching...
No Matches
DQTDataFlowMonAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5// ********************************************************************
6//
7// NAME: DataFlowMonAlg.h
8// PACKAGE: DataQualityTools
9//
10// AUTHOR: Peter Onyisi <ponyisi@cern.ch>
11//
12//
13// ********************************************************************
14#ifndef DQTDataFlowMonAlg_H
15#define DQTDataFlowMonAlg_H
16
18
20{
21
22 public:
23
24 DQTDataFlowMonAlg(const std::string& name, ISvcLocator* pSvcLocator );
25
26 virtual ~DQTDataFlowMonAlg() {};
27
28 virtual StatusCode initialize() override;
29
30 virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
31
32 ToolHandle<IDQFilterTool> m_atlasReadyFilter{this,"ReadyFilterTool","DQAtlasReadyFilterTool/DQAtlasReadyFilterTool"};
33
34 private:
35 SG::ReadDecorHandleKey<xAOD::EventInfo> m_TileStatusKey{this, "TileStatusKey", "EventInfo.TileStatus"};
36
37};
38
39#endif
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadDecorHandleKey< xAOD::EventInfo > m_TileStatusKey
ToolHandle< IDQFilterTool > m_atlasReadyFilter
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
void initialize()