MakeToyDatasets

Make some toy datasets. They will have the names toyData_%d, where %dwill be the zero-padded index of the toy. For each toy, a snapshotSnShAllVarstoyData_%d` will be saved in the workspace as well.

Usage:

+MakeToyDatasets {  
  +Morphing {
    <snapshot="SnSh_AllVars_Nominal">
    <rollNPs=true>
    <toys=100>
  }
}

Advanced Usage:

In order to fit the toy datasets, a construction like the following one can be used.

$for(i,0,100){
  +Fit.toy_$(i) {
    +Morphing{
      <dataset="toyData_$(i)">
    }
  }
}