ATLAS Offline Software
Loading...
Searching...
No Matches
JfexInputMonitorAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGT1CALOMONITORING_JFEXINPUTMONITORALGORITHM_H
5#define TRIGT1CALOMONITORING_JFEXINPUTMONITORALGORITHM_H
6
13
16
18
19#include <atomic>
20
22 public:
23 JfexInputMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
24 virtual ~JfexInputMonitorAlgorithm()=default;
25 virtual StatusCode initialize() override;
26 virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
27
28 private:
29
30 StringProperty m_Grouphist{this,"Grouphist","JfexInputMonitor","group name for histograming"};
31
32 // container keys including steering parameter and description
33 SG::ReadHandleKey<xAOD::jFexTowerContainer> m_jFexDataTowerKey {this, "jFexDataTower","L1_jFexDataTowers","SG key of the input jFex Tower container"};
34 SG::ReadHandleKey<xAOD::jFexTowerContainer> m_jFexEmulatedTowerKey{this, "jFexEmulatedTower","L1_jFexEmulatedTowers","SG key of the emulated jFex Tower container"};
35
36 SG::ReadCondHandleKey<LArBadChannelCont> m_bcContKey{this, "LArMaskedChannelKey", "LArMaskedSC", "Key of the OTF-Masked SC" };
37
38
39 unsigned int m_InvalidCode = 4095;
40 unsigned int m_EmptyCode = 0;
41
42};
43#endif
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Handle class for reading a decoration on an object.
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::jFexTowerContainer > m_jFexDataTowerKey
SG::ReadHandleKey< xAOD::jFexTowerContainer > m_jFexEmulatedTowerKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
SG::ReadCondHandleKey< LArBadChannelCont > m_bcContKey
virtual ~JfexInputMonitorAlgorithm()=default
Property holding a SG store/key/clid from which a ReadHandle is made.
void initialize()