This action performs an impact calculation, computing the impacts of individual systematic uncertainty parameters on your POI.
There are two variations of the computation, the "normal" and the "inverted" one.
+CalculateImpacts {
+Morphing {
# compute impacts for the fit to asimov
+asimov {
<datasetName="asimovData_SM">
<invert=false>
}
+asimovinvert {
<datasetName="asimovData_SM">
<invert=true>
}
@ ? {
# the "singles" will compute the breakdown for each individual NP matching the filter
<singles.SYS = "alpha_ATLAS_*">
<singles.THEO = "alpha_theo*">
<singles.MCSTAT = "gamma_*">
<singles.NORM = "ATLAS_norm*">
<singles.FAKE = "HWW_FakeFactor_*">
}
<fit.startingStrategy=1,fit.printLevel=1,fit.numRetry=3, fit.offset=true, fit.verbose=1> @ ?;
}
}
As this performs a series of fits, it can take quite long to
run. Hence, there is a batch-parallelized version of this action,
WriteCalculateImpacts
.
A different method of assessing the effects of different
systematical uncertainties also exists, see CalculateBreakdown
.