Skip to content

Conversation

@sophiemiddleton
Copy link
Collaborator

Several updates to rooutils to make analysis easier:

  • New roodisplay module allows for easier call to the display
  • Added cutflow module in my last PR, now I've updated it to include a histogram option
  • Some updates to common cuts to help analysis of MDS

Copy link
Collaborator

@AndrewEdmonds11 AndrewEdmonds11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all this, Sophie! I've made a few comments below. Could you also add some words to the README and an example macro that describes and uses the cutflow and roodisplay?

/*
Flexible struct. Two field "cut_name" e.g t>600 ns and "passed_count" e.g. 1000 events
*/
std::string cut_name;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to implement in this PR but could we use the cut functions here? Than the user doesn't need to pass in the passed_count and we can get this function to do the counting too...

@sophiemiddleton
Copy link
Collaborator Author

@AndrewEdmonds11 I will target the example in the next round

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants