5#ifndef GLOBALSIM_EGAMMA1_LARSTRIP_FEX_ROWAWARE_H
6#define GLOBALSIM_EGAMMA1_LARSTRIP_FEX_ROWAWARE_H
37 virtual StatusCode
execute(
const EventContext& )
const override;
50 "EMB1CellFromCaloCells",
51 "AlgTool to provide a vector of CaloCells"
55 ToolHandle<eFexRoIAlgTool>
58 "EMB1CellFromCaloCells",
59 "AlgTool to provide a vector<const xAOD::eFexEMRoI*>"};
67 "SG Key of CaloNoise data object"};
73 "flag to enable dumps"};
79 "flag to enable terse dumps"};
84 "stripNeighborhoodTOBKey",
85 "stripNeighborhoodTOBContainer",
86 "location to write strip neighborhoods of EFex RoIs, with the associated TOBs"};
90 const std::vector<const CaloCell*>&,
96 const std::vector<const CaloCell*>&,
102 const std::vector<const CaloCell*>&,
An algorithm that can be simultaneously executed in multiple threads.
Data object for each calorimeter readout cell.
Gaudi::Property< bool > m_dumpTerse
SG::ReadCondHandleKey< CaloNoise > m_totalNoiseKey
Key to the total noise used for each CaloCell.
SG::WriteHandleKey< IOBitwise::eEmNbhoodTOBContainer > m_neighKey
Gaudi::Property< bool > m_dump
virtual StatusCode execute(const EventContext &) const override
virtual StatusCode initialize() override
StatusCode findNeighborhood_RowAware(const xAOD::eFexEMRoI *, const std::vector< const CaloCell * > &, IOBitwise::eEmNbhoodTOBContainer &, const CaloNoise &) const
ToolHandle< ICaloCellsProducer > m_cellProducer
StatusCode findClosestCellToRoI(const xAOD::eFexEMRoI *, const std::vector< const CaloCell * > &, const CaloCell *&) const
StatusCode findNeighborhoods_RowAware(const std::vector< const xAOD::eFexEMRoI * > &, const std::vector< const CaloCell * > &, IOBitwise::eEmNbhoodTOBContainer &, const CaloNoise &) const
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Egamma1_LArStrip_Fex_RowAware(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< eFexRoIAlgTool > m_roiAlgTool
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.
DataVector< GlobalSim::IOBitwise::eEmNbhoodTOB > eEmNbhoodTOBContainer
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
eFexEMRoI_v1 eFexEMRoI
Define the latest version of the eFexEMRoI class.