ATLAS Offline Software
GfexInputMonitorAlgorithm.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_GFEXINPUTMONITORALGORITHM_H
5 #define TRIGT1CALOMONITORING_GFEXINPUTMONITORALGORITHM_H
6 
10 
11 //
14 
16 public:GfexInputMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
17  virtual ~GfexInputMonitorAlgorithm()=default;
18  virtual StatusCode initialize() override;
19  virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
20 
21 private:
22 
23  StringProperty m_packageName{this,"PackageName","GfexInputMonitor","group name for histograming"};
24 
25  // container keys including steering parameter and description
26  SG::ReadHandleKey<xAOD::gFexTowerContainer> m_gFexTowerContainerKey{this, "gFexTowerContainer","L1_gFexDataTowers","SG key of the input gFex Tower container"};
27 
28 
29 };
30 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
gFexTowerContainer.h
GfexInputMonitorAlgorithm::m_packageName
StringProperty m_packageName
Definition: GfexInputMonitorAlgorithm.h:23
GfexInputMonitorAlgorithm::initialize
virtual StatusCode initialize() override
initialize
Definition: GfexInputMonitorAlgorithm.cxx:12
GfexInputMonitorAlgorithm::GfexInputMonitorAlgorithm
GfexInputMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GfexInputMonitorAlgorithm.cxx:7
GfexInputMonitorAlgorithm
Definition: GfexInputMonitorAlgorithm.py:1
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
GfexInputMonitorAlgorithm::m_gFexTowerContainerKey
SG::ReadHandleKey< xAOD::gFexTowerContainer > m_gFexTowerContainerKey
Definition: GfexInputMonitorAlgorithm.h:26
GfexInputMonitorAlgorithm::~GfexInputMonitorAlgorithm
virtual ~GfexInputMonitorAlgorithm()=default
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
GfexInputMonitorAlgorithm::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: GfexInputMonitorAlgorithm.cxx:24
gFexTower.h