Same game for internBsl...

This commit is contained in:
Bastian M. Wojek 2008-04-10 16:45:24 +00:00
parent 05811130ea
commit 1a68669f8d

View File

@ -1034,7 +1034,7 @@ double PTheory::InternalBessel(register double t, const vector<double>& paramVal
}
return 0.666666666666667*
TMath::BesselJ0(DEG_TO_RAD*val[0]+TWO_PI*val[1])*
TMath::BesselJ0(DEG_TO_RAD*val[0]+TWO_PI*val[1]*t)*
TMath::Exp(-val[2]*t) +
0.333333333333333*TMath::Exp(-val[3]*t);
}