ScaleMCUncertainties

This action scales all MC uncertainties in a workspace by an arbitrary factor. It assumes that these relevant parameters are named as they are named and structured as in case the workspace was created using HistFactory:

Usage:

+ScaleMCUncertainties{
  +NameOfWorkspace {
    #reduce MC stat. uncertainties as if 10 times more (raw) MC events were
    #available: sigma -> sigma/sqrt(10)
    <scale=10.0, invert=true, sqrt=true> #defautl values for 'invert' and 'sqrt'
    #other example:
    #increase MC stat. uncertainties by a factor 2 (sigma-> 2*sigma):
    #<scale = 2.0, invert=false, sqrt=false>
  }
}