5#ifndef TRIGCALOREC_HLTCALOGLOBALCELLMAKER_H
6#define TRIGCALOREC_HLTCALOGLOBALCELLMAKER_H
23 virtual StatusCode
execute(EventContext
const& context)
const override;
27 this,
"InputCellKey",
"HLTCaloCellInput",
"" };
30 this,
"OutputCellKey",
"HLTCaloCellOutput",
"" };
32 Gaudi::Property<float>
m_NumberOfSigma {
this,
"NumberOfSigma", 2.0,
"Number of Sigma Above Noise" };
33 Gaudi::Property<uint32_t>
m_MaxNCellsPerFEB {
this,
"MaxNCellsPerFEB", 30,
"Maximum Number Cells Per FEB" };
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< uint32_t > m_MaxNCellsPerFEB
virtual StatusCode execute(EventContext const &context) const override
SG::ReadCondHandleKey< LArOnOffIdMapping > m_onOffIdMappingKey
virtual StatusCode initialize() override
SG::WriteHandleKey< CaloConstCellContainer > m_outputCellContainerKey
SG::ReadHandleKey< CaloConstCellContainer > m_inputCellContainerKey
Gaudi::Property< float > m_NumberOfSigma
const CaloCell_ID * m_caloCell_ID
HLTCaloGlobalCellMaker(std::string const &name, ISvcLocator *pSvcLocator)
const LArOnlineID * m_onlineId
SG::ReadCondHandleKey< CaloNoise > m_noiseCDOKey
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.