5#ifndef GLOBALSIM_EGAMMA1_LARSTRIP_FEX_H
6#define GLOBALSIM_EGAMMA1_LARSTRIP_FEX_H
34 virtual StatusCode
execute(
const EventContext& )
const override;
48 "EMB1CellFromCaloCells",
49 "AlgTool to provide a vector of CaloCells"
54 ToolHandle<eFexRoIAlgTool>
57 "EMB1CellFromCaloCells",
58 "AlgTool to provide a vector<const xAOD::eFexEMRoI*>"};
64 "flag to enable dumps"};
70 "flag to enable terse dumps"};
75 "stripNeighborhoodTOBKey",
76 "stripNeighborhoodTOBContainer",
77 "location to write strip neighborhoods of EFex RoIs, with the associated TOBs"};
81 const std::vector<const CaloCell*>&,
86 const std::vector<const CaloCell*>&,
91 const std::vector<const CaloCell*>&,
An algorithm that can be simultaneously executed in multiple threads.
Data object for each calorimeter readout cell.
ToolHandle< eFexRoIAlgTool > m_roiAlgTool
ToolHandle< ICaloCellsProducer > m_cellProducer
virtual StatusCode execute(const EventContext &) const override
SG::WriteHandleKey< IOBitwise::eEmNbhoodTOBContainer > m_neighKey
StatusCode findNeighborhood(const xAOD::eFexEMRoI *, const std::vector< const CaloCell * > &, IOBitwise::eEmNbhoodTOBContainer &) const
StatusCode findClosestCellToRoI(const xAOD::eFexEMRoI *, const std::vector< const CaloCell * > &, const CaloCell *&) const
StatusCode findNeighborhoods(const std::vector< const xAOD::eFexEMRoI * > &, const std::vector< const CaloCell * > &, IOBitwise::eEmNbhoodTOBContainer &) const
Egamma1_LArStrip_Fex(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_dump
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
virtual StatusCode initialize() override
Gaudi::Property< bool > m_dumpTerse
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
Property: Defining the container object.
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.