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

Invariant-Mass Binning #93

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

pdigiglio
Copy link
Contributor

@pdigiglio pdigiglio commented Aug 24, 2016

Class to bin the invariant-mass real axis.

TODO: This class needs to be tested.

/// Constructor.
/// \param m The owning Model.
/// \param bins The user-specified partition of the invariant-mass axis.
explicit InvariantMassBinning(Model& m, const std::vector<double>& bins);
Copy link
Contributor

Choose a reason for hiding this comment

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

bins -> low_edges_
"Low edges of bins; last element is the upper edge of the last bin"

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.

2 participants