5#ifndef GLOBALSIM_GLOBALSIMULATIONALG_H
6#define GLOBALSIM_GLOBALSIMULATIONALG_H
34 virtual StatusCode
execute (
const EventContext& ctx)
const override;
42 "Key to ewrite out TIP bitset"};
47 "use a test input event"};
53 "ordered sequence of GlobalSim AlgTools"};
59 "sequence of TIP writer AlgTools"};
63 "flag to control writing debug files"};
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Gaudi::Property< bool > m_useTestInputEvent
ToolHandleArray< ITIPwriterAlgTool > m_TIPwriters
Gaudi::Property< bool > m_enableDumps
GlobalSimulationAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< TIPword > m_tipWordKey
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandleArray< IGlobalSimAlgTool > m_algTools
Property holding a SG store/key/clid from which a WriteHandle is made.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...