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

pyInterface: search for amplitude metadata in 'printMetadata' #182

Closed suhlatwork closed 8 years ago

suhlatwork commented 8 years ago

Do not require that 'printMetadata' is called with an argument specifying which amplitude to print, but loop over the keys of the ROOT file, and print all amplitude metadata objects that are found. This covers the typical case of one amplitude per file, but should also be working if multiple amplitudes are stored in the same file.

suhlatwork commented 8 years ago
bgrube commented 8 years ago

Merged, thank you.