7#ifndef PILEUPCOMPS_TESTPILEUPTOOL_H
8#define PILEUPCOMPS_TESTPILEUPTOOL_H
24 const std::string& name,
25 const IInterface* parent);
30 virtual StatusCode
prepareEvent(
const EventContext& ctx,
unsigned int nInputEvents)
override final;
33 virtual StatusCode
mergeEvent(
const EventContext& ctx)
override final;
44 std::vector<std::pair<unsigned int, int> >
m_seen;