Extract the effects of pulls on event yields, resolved by parameter, sample and region. This action generates a set of tables in an output directory.
+ExtractPullEffects{
+HWWRun2GGF {
+postfit {
<snapshot="SnSh_AllVars_Nominal">
<outputDirectory="workspaces/run2-ggf-$(fitLabel)/pullEffects">
<threshold=2>
<normPattern="ATLAS_HWWlvlvGGF_sampleNorm_$(SAMPLENAME)">
<fitResult="HWWRun2GGF/Significance/observed/FitResults/observed_muhat">
}
}
}
Subfolders can be provided to the action to write more than one set of results. Each of these can be configured separately. The following configuration options are supported:
snapshot
: Give the name of the snapshot to be used. Uses the name of the subfolder as a default.outputDirectory
: Output directory to write the tables to.fitResult
: Define the fit result from which to take the list of parameters.threshold
: Give a lower threshold on the change in number of
events -- pulls with effects smaller than this will not be
included in the tables.
For further options, especially the usage of the normPattern
tag, please see ActionExportHistograms
.