Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stage to produe n-1 plots for a selection #65

Open
benkrikler opened this issue Aug 8, 2019 · 1 comment
Open

Add stage to produe n-1 plots for a selection #65

benkrikler opened this issue Aug 8, 2019 · 1 comment

Comments

@benkrikler
Copy link
Member

From my CMS analysis it's becoming clear how useful a feature it would be to help us optimise event selections. A traditional technique has been to produce so called "n-1" plots, where for each cut in the event selection, you remove that cut and plot the corresponding variable with all the other cuts remaining.

To support this in a single stage, the stage needs to have:

  • The full event selection
  • Binning parameters for each variable, or at least a default binning scheme
  • optionally the name of an output mask for the full event selection.

An alternative might be to just have this stage produce many masks, one per "n-1" cut flow and then we add a mask option to binned dataframes so that we use the existing binned dataframe stages to handle the actual plots. This might give more flexibility and allow for more code re-use.

@seriksen
Copy link
Collaborator

seriksen commented Mar 9, 2020

Has there been any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants