Revision 7b36a6d8c5371e945eb64517508f4b6ea78ea113 authored by Rene Brun on 15 September 2006, 12:33:35 UTC, committed by Rene Brun on 15 September 2006, 12:33:35 UTC
TString TFormula::GetExpFormula(Option_t *option) const
//*-*  if option contains "p" the returned string will contain the formula
//*-*  expression with symbolic parameters, eg [0] replaced by the actual value
//*-*  of the parameter. Example:
//*-*  if expression in formula is: "[0]*(x>-[1])+[2]*exp(-[3]*x)"
//*-*  and parameters are 3.25,-4.01,4.44,-0.04, GetExpFormula("p") will return:
//*-*   "(3.25*(x>+4.01))+(4.44*exp(+0.04*x))"


git-svn-id: http://root.cern.ch/svn/root/trunk@16277 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent d8c828c
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 2.5 KB

back to top