5#ifndef TRIGCALOREC_HLTCALOGLOBALCELLMONITOR_H
6#define TRIGCALOREC_HLTCALOGLOBALCELLMONITOR_H
25 virtual StatusCode
execute(EventContext
const& context)
const override;
29 this,
"InputCellKey",
"HLTCaloCellInput",
"" };
31 Gaudi::Property<float>
m_NumberOfSigma {
this,
"NumberOfSigma", 2.0,
"Number of Sigma Above Noise" };
32 Gaudi::Property<uint32_t>
m_MaxNCellsPerFEB {
this,
"MaxNCellsPerFEB", 30,
"Maximum Number Cells Per FEB" };
45 ToolHandle<GenericMonitoringTool>
m_moniTool {
this,
"MonitoringTool",
"",
"Monitoring tool" };
CaloCellContainer that can accept const cell pointers.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Helper class for offline cell identifiers.
Gaudi::Property< float > m_NumberOfSigma
const LArOnlineID * m_onlineId
std::vector< std::string > m_layerNames
virtual StatusCode execute(EventContext const &context) const override
std::vector< std::string > m_layerNamesIW
HLTCaloGlobalCellMonitor(std::string const &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< CaloNoise > m_noiseCDOKey
SG::ReadHandleKey< CaloConstCellContainer > m_inputCellContainerKey
const CaloCell_ID * m_caloCell_ID
ToolHandle< GenericMonitoringTool > m_moniTool
Monitoring tool.
virtual StatusCode initialize() override
SG::ReadCondHandleKey< LArOnOffIdMapping > m_onOffIdMappingKey
Gaudi::Property< uint32_t > m_MaxNCellsPerFEB
Property holding a SG store/key/clid from which a ReadHandle is made.