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: short term fix for genPseudoData #107

Closed odrotleff closed 9 years ago

odrotleff commented 9 years ago

Fix genPseudoData in the short term. Not yet a nice implementation of the file manager since there is currently work being done on that front. Just a quick and dirty fix so the script works.

suhlatwork commented 9 years ago

It appears to me, that the getFromTDirectory stuff is only working as long as there is only one type of objects that can be retrieved from a TDirectory with this method. Now that this function is making its way from stuff purely used for testing into "normal" operation, this needs to be reconsidered.

suhlatwork commented 9 years ago

Merged after also correcting the function call in integralBenchmark.py. Thank you!