10 #ifndef EFFICIENCY_HPP_ 11 #define EFFICIENCY_HPP_ 30 virtual double evaluate(
const DataPoint &point)
const = 0;
44 virtual double evaluate(
const DataPoint &point)
const {
return 1; };
Base class for efficiency description over the phase space.
virtual double evaluate(const DataPoint &point) const =0
Efficiency object with unit efficiency all over the phase space.
virtual double evaluate(const DataPoint &point) const