'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #302
Utility functions classes available for use in tailoring of composite (multidimensional) pdfs
Processing /mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/tutorials/roofit/rf302_utilfuncs.C...
void rf302_utilfuncs()
{
RooGaussian model_1(
"model_1",
"Gaussian with shifting mean",x,fy_1,sigma) ;
RooGaussian model_2(
"model_2",
"Gaussian with shifting mean",x,fy_2,sigma) ;
RooGaussian model_3(
"model_3",
"Gaussian with shifting mean",x,fy_3,sigma) ;
RooGaussian model_4(
"model_4",
"Gaussian with shifting mean",x,fy_4,sigma) ;
TCanvas *c =
new TCanvas(
"rf302_utilfuncs",
"rf302_utilfuncs",800, 800);
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf302_utilfuncs.C.