swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
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
Tip revision: 6c9118fb23c981c28a53dc215c68f2be00c04e3e authored by Jonas Rembser on 12 April 2024, 19:22:15 UTC
[RF] Enable `roofit_multiprocess` on the CI
Tip revision: 6c9118f

back to top