12 sl <<
"alignPar type : " << std::setw(10) << ap.dumpType()
13 <<
"(" << ap.paramType() <<
" ) : " << &ap <<
endmsg;
14 sl <<
" init par: " << std::setw(6) << std::showpos << std::fixed
15 << ap.initPar()<<
" +/- "<<std::noshowpos << ap.initErr()
16 << resetiosflags(std::ios::floatfield) <<
endmsg;
17 sl <<
" par: "<< std::showpos << ap.par() <<
" +/- "
18 << std::noshowpos << ap.err() <<
endmsg;
19 sl <<
" final par: "<< std::showpos << ap.finalPar() <<
" +/- "
20 << std::noshowpos << ap.finalErr() <<
endmsg;
21 sl <<
" sigma: "<< ap.sigma() <<
endmsg;
22 sl <<
" soft-cut: "<< ap.softCut() <<
endmsg;
23 sl <<
" first drv: "<< std::showpos << ap.firstDeriv()
24 << std::noshowpos <<
endmsg;
25 sl <<
" secnd drv: "<< std::showpos << ap.secndDeriv()
26 << std::noshowpos <<
endmsg;