8#ifndef DERIVATIONFRAMEWORK_INTERFACES_ITHINNINGTOOL_H
9#define DERIVATIONFRAMEWORK_INTERFACES_ITHINNINGTOOL_H
12#include "GaudiKernel/EventContext.h"
13#include "GaudiKernel/IAlgTool.h"
31 virtual StatusCode
doThinning(
const EventContext& ctx)
const = 0;