11 m_ptf(sform.
size() ? new TFormula(snam.c_str(), sform.c_str()) : nullptr),
14 for (
int ipar=0; ipar<
m_ptf->GetNpar(); ++ipar ) {
30 if (
m_ptf ==
nullptr )
return false;
32 if ( nset == 0 )
return false;
41 for (
Index ipar=0; ipar<
npar(); ++ipar ) {
51 for (
Index ipar=0; ipar<
npar(); ++ipar ) {
61 for (
Index ipar=0; ipar<
npar(); ++ipar ) {
71 for ( ; ipar<
npar(); ++ipar ) {
74 if ( ipar >=
npar() )
return 1;
77 m_ptf->SetParameter(parnam.c_str(), parval);
84 for (
Index ipar=0; ipar<
npar(); ++ipar ) {
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.