ROOTPWA-Maintainers / ROOTPWA

ROOTPWA is a toolkit for partial-wave analysis of multi-particle final states produced in high-energy particle reactions. It is used to determine hadron spectra from experimental data.
Other
8 stars 14 forks source link

Naming of multibin boundaries #223

Closed stefan-wallner closed 7 years ago

stefan-wallner commented 7 years ago

Naming the object storing the variables and boundaries of a multi-bin 'multibinBoundaries' in the whole code. Especially, 'binningMap' was renamed to 'multibinBoundaries'. Additionally, naming the corresponding type 'multibinBoundariesType' and replacing the explicit type declaration 'std::map<...' by 'multibinBoundariesType'.

suhlatwork commented 7 years ago

Merged as commit 0c6259e82f6ad38d63135fb0fa8e109472a8c64b with mostly cosmetic changes:

Thank you!