WriteScanLikelihood

This is a batch-parallelized version of the ScanLikelihood action. Instead of performing all the fits locally, it will write out a directory with a copy of the workspaces as well as configs to submit jobs fitting the individual points to a batch system.

Usage:

+WriteScanLikelihood.2Dobs{
  +HWWRun2{
    <outputPath = "./workspaces/run2-comb-$(fitLabel)/Batch/Scans/2Dobs"> # output path for all the configs
    <datasetName="obsData">
    +muGGF{    
      <min=0,max=2., nbins=20>
    }
    +muVBF{    
      <min=0.,max=3., nbins=20>
    }
  }
}

In order to collect the results, use the CollectScanResults action.