Skip to content
Snippets Groups Projects
Commit 79e7cff1 authored by Wouter Verkerke's avatar Wouter Verkerke
Browse files

 o rf513_wsfactory_tools

   - Fix factory syntax error spotted with new factory sanity checks


git-svn-id: http://root.cern.ch/svn/root/trunk@34140 27541ba8-7e3a-0410-8455-c3a389f83636
parent 2b37f149
No related merge requests found
......@@ -41,11 +41,11 @@ void rf513_wsfactory_tools()
"GaussModel(dt,0,sigmaT[3,10]),"
"GaussModel(dt,0,20)},{fracC[0,1],fracT[0,1]}),"
"DoubleSided ),"
"Gaussian::sig_m( mes[5.20,5.30], mB0[5.20,5.30], sigmB0[0.01,0.05] )") ;
"Gaussian::sig_m( mes[5.20,5.30], mB0[5.20,5.30], sigmB0[0.01,0.05] ))") ;
// Make background component: A plain decay function in t times an Argus function in the reconstructed mass
w->factory("PROD::bkg( Decay::bkg_t( dt, tau, gm, DoubleSided),"
"ArgusBG::bkg_m( mes, 5.291, k[-100,-10])") ;
"ArgusBG::bkg_m( mes, 5.291, k[-100,-10]))") ;
// Make composite model from the signal and background component
w->factory("SUM::model( Nsig[5000,0,10000]*sig, NBkg[500,0,10000]*bkg )") ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment