3#include "CLHEP/GenericFunctions/LogisticFunction.hh"
4#include "CLHEP/GenericFunctions/Variable.hh"
15 _x0("X0", 0.0,0.0,1.0),
30 int i = (int) (x+0.5), &back = i, end=back+1;
40 fx.erase(fx.begin(),fx.end());
49 if (fx.empty()) fx.push_back(__x0);
51 while (fx.size()<size_t(end)) {
53 fx.push_back(__a*v*(1.0-v));
#define FUNCTION_OBJECT_IMP(classname)
virtual double operator()(double argument) const override
virtual ~LogisticFunction()
virtual double getValue() const