Hi,
You can make these plots using the detailed output capabilities of the RooStats test statistics. The detail output will contained the fitted parameter values for each toy and the best fit likelihood values. I have committed a new version of StandardHypoTestInvDemo (root.cern.ch/gitweb?p=root.git;a … 861d0874df ) with this capabilities.
You have to do:
.L StandardHypoTestInvDemo.C
enableDetailedOutput=true;
StandardHypoTestInvDemo()
The macro will create an output root file with the HypoTestInvResult object, which has the detailed output information. I attach a macro that I have used to read that information.
Best Regards
Lorenzo
readHypoTestInvDetailedOutput.C (3.09 KB)