5#ifndef GLOBALSIM_EGAMMA1_LARSTRIP_FEX_H
6#define GLOBALSIM_EGAMMA1_LARSTRIP_FEX_H
35 virtual StatusCode
execute(
const EventContext& )
const override;
49 "EMB1CellFromCaloCells",
50 "AlgTool to provide a vector of CaloCells"
55 ToolHandle<eFexRoIAlgTool>
58 "EMB1CellFromCaloCells",
59 "AlgTool to provide a vector<const xAOD::eFexEMRoI*>"};
65 "flag to enable dumps"};
71 "flag to enable terse dumps"};
76 "stripNeighborhoodTOBKey",
77 "stripNeighborhoodTOBContainer",
78 "location to write strip neighborhoods of EFex RoIs, with the associated TOBs"};
82 const std::vector<const CaloCell*>&,
87 const std::vector<const CaloCell*>&,
92 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.