5#ifndef GLOBALSIM_EEMMULTTESTCOMPARATOR_H
6#define GLOBALSIM_EEMMULTTESTCOMPARATOR_H
34 virtual StatusCode
execute(
const EventContext& ctx)
const override;
42 "ExpectedTIPwordReadKey",
44 "key to read in expected TIP words"
51 "GeneratedTIPwordReadKey",
53 "key to read in GlobalSim TIP words"
60 "falg to abort on first exp, gen TIP word mismatch"};
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
eEmMultTestComparator(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< bool > m_abort_on_mismatch
virtual ~eEmMultTestComparator()=default
SG::ReadHandleKey< TIPword > m_generatedTIPword_ReadKey
SG::ReadHandleKey< TIPword > m_expectedTIPword_ReadKey
Property holding a SG store/key/clid from which a ReadHandle is made.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...