#include <SensitivityCalculator.h>
Sensitivity calculator ...
Poisson signal + gaussian efficiency + separate poisson backgrounds using RooStats
This can easily be generalized to different efficiency / background models pretty easily (although, eventually you'll just be implementing an interface to RooStats) .
This can either use the ``large-sample'' profile likelihood method as described in: https://arxiv.org/abs/1505.07027 or a profile-likelihood-weighted FC-like method (which requires a large amount of MC and is much slower)
Cosmin Deaconu cozzy d@ki cp.uc hica go.ed u
Definition at line 23 of file SensitivityCalculator.h.