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.
+CalculateLimit.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{
+expected {
<dataset="asimovData">
<nPoints=50>
<poi.min=0.>
<poi.max=6.>
# define the null hypothesis
+Parameters/H0 {
<mu=0>
}
}
}
}
The options include:
dataset
: The name of the dataset to fit.asimov
(default='' means "create new asimov dataset"): The name of the asimov dataset to fit. confidenceLevel
: (default=0.9
) The confidence level for which to calculate the limit. blinded
: (default=false
) run the analysis blindedinjection
: (default=false
) Perform injectioninjection.value
: value to be injected