27 void rf512_wsfactory_oper()
32 w->
factory(
"$Typedef(Gaussian,Gaus)") ;
33 w->
factory(
"$Typedef(Chebychev,Cheby)") ;
40 w->
factory(
"SUM::summodel( f[0,1]*Gaussian::gx(x[-10,10],m[0],1.0), Chebychev::ch(x,{0.1,0.2,-0.3}) )") ;
44 w->
factory(
"SUM::extsummodel( Nsig[0,1000]*gx, Nbkg[0,1000]*ch )") ;
48 w->
factory(
"PROD::gxz( gx, Gaussian::gz(z[-10,10],0,1) )") ;
52 w->
factory(
"Gaussian::gy( y[-10,10], x, 1.0 )") ;
53 w->
factory(
"PROD::gxycond( gy|x, gx )") ;
57 w->
factory(
"FCONV::lxg( x, Gaussian::g(x,mg[0],1), Landau::lc(x,0,1) )") ;
61 w->
factory(
"SIMUL::smodel( c[A=0,B=1], A=Gaussian::gs(x,m,s[1]), B=Landau::ls(x,0,1) )") ;
70 w->
factory(
"prod::uv(u[10],v[10])") ;
82 w->
factory(
"EXPR::G('x*x+1',x)") ;
86 w->
factory(
"CEXPR::GC('x*x+a',{x,a[1]})") ;
RooFactoryWSTool & factory()
Return instance to factory tool.
void Print(Option_t *opts=0) const
Print contents of the workspace.
The RooWorkspace is a persistable container for RooFit projects.