ComPWA / ComPWA-legacy

[deprecated] C++ back-end for the Common Partial Wave Analysis framework
https://compwa.github.io/legacy
Other
9 stars 9 forks source link

Don't register normalization FunctionTree components to avoid warnings #285

Closed spflueger closed 4 years ago

spflueger commented 4 years ago

When creating an intensity there currently are Warnings appearing when registering components. This appears because for normalization this part of the tree is being cloned and evaluated with a phase space sample. However the component name will be identical as to the regular data tree and hence throw this warning. The warnings can safely be ignored but this behavior should be fixed

The components of the phase space tree should not be tried to registered at all. It has to be thought about how to solve this issue nicely.

Estimated effort: 1h