Perform a hypothesis test using the asymptotic-formulae approach (https://arxiv.org/abs/1007.1727), calculating the significiance of a discovery. The result of the calculation will be stored in the results folder and printed to the console.
+CalculateSignificance.myCalc {
# The name of the object to be written can be set as the suffix of
# the action name, or with a `name` tag.
+Test{
+asimov {
<dataset="asimovData">
<fit.logToFile="./signif_asimov.log">
}
+observed {
# the "blinded=true" flag will calculate the result, but not print or store it
<blinded=false>
<dataset="obsData">
<fit.logToFile="./signif_observed.log">
}
<fit.runHesse = true, fit.verbose=true> @ ?;
}
}