21 return fFCN(std::vector<double>{
v.Data(),
v.Data() +
v.size()});
56 for (
unsigned int i = 0; i <
v.size(); i++) {
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
std::vector< double > fVpar
std::vector< double > fLastInput
double operator()(const MnAlgebraicVector &v)
MnFcnCaller(const MnFcn &mfcn)
Wrapper class to FCNBase interface used internally by Minuit.
double CallWithoutDoingTrafo(const MnAlgebraicVector &) const
const FCNBase & Fcn() const
double CallWithTransformedParams(std::vector< double > const &vpar) const
const MnUserTransformation * Trafo() const
const_iterator begin() const
const_iterator end() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...