5#ifndef GLOBALSIM_ICUTTER_H
6#define GLOBALSIM_ICUTTER_H
19 virtual bool cut(
const float&)
const = 0;
22 std::unique_ptr<ICutter>
make_cutter(
const float& cut,
23 const std::string& op);
Implementaton of ICutter, for converting text to cut logic in selectors.
virtual std::string to_string() const =0
virtual bool cut(const float &) const =0
virtual ~ICutter()=default
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
std::unique_ptr< ICutter > make_cutter(const float &cut, const std::string &op)