How to plot a single toy from MCstudy

Hello all,
I am using RooMCStudy to perform a series of pseudo-experiment on simulated data.
The code looks something like this:

 mcstudy = R.RooMCStudy(
        pdf_model,
        vars,
        Binned=True,
        Silence=True,
        Extended=True,
        FitOptions=dict(Save=True, Strategy=2, PrintEvalErrors=0),
    )
    mcstudy.generateAndFit(nMCevents, sum(yields))

Is there a way to plot the n-th fit and the n-th pseudodata of the MCstudy?

I’m sure @jonas can help with this

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.