Non-Gaussian effects in trigger efficiency fit
The fit of trigger efficiency with the standard error function does not work for single jet triggers at the necessary level of precision required for UL analyses. The non-Gaussian effect in the
p_\mathrm{T}^\text{HLT}
are suspected to be the reason for this. Using the integral of a Crystal-Ball function is expected to fix the problem.
Note: to investigate the tails, one can copy and adapt the code of getJetResponse
to store the HLT response. Then fitJetResponse
is expected to work out of the box. Alternatively, one can simply try to fit the function with the additional parameters.
To implement the fit with the Crystal-Ball modification, one can also just adapt getTriggerTurnons
:
- Modify
Normalisation::FitTriggerEfficiency()
- Call this function in
getTriggerTurnons