16#ifndef TRIGCALOREC_CALOGLOBALROIBUILDER_H
17#define TRIGCALOREC_CALOGLOBALROIBUILDER_H
31 virtual StatusCode
execute(
const EventContext& ctx)
const override;
37 "input CaloCellContainer "};
40 Gaudi::Property<float>
m_thr {
this,
"Thr", 4,
"Threshold to pass" };
41 Gaudi::Property<float>
m_abseta_thr {
this,
"AbsEtaThr", 2.5,
"Threshold to define fiducial volume Abs Eta" };
42 Gaudi::Property<float>
m_samp_thr {
this,
"SampThr", 7,
"Threshold to define fiducial volume Samp" };
44 ToolHandle<RingerReFex>
m_emAlgTools{
this,
"RingerTool", {},
"RingerReFex"};
46 this,
"ClustersName",
"CaloClustersGlobal",
"Calo cluster container"};
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< float > m_samp_thr
SG::ReadCondHandleKey< CaloNoise > m_noiseCDOKey
virtual StatusCode initialize() override
ToolHandle< RingerReFex > m_emAlgTools
SG::WriteHandleKey< xAOD::TrigEMClusterContainer > m_clusterContainerKey
Gaudi::Property< float > m_abseta_thr
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::TrigRingerRingsContainer > m_ringerContainerKey
Gaudi::Property< float > m_thr
SG::ReadHandleKey< CaloCellContainer > m_inputCellsKey
CaloGlobalRoIBuilder(const std::string &name, ISvcLocator *pSvcLocator)
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.