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

Allow CoefficientAmplitude with only a PreFactor #267

Closed spflueger closed 4 years ago

spflueger commented 4 years ago

If a PreFactor is set instead of a Magitude and Phase in a CoefficientAmplitude, just omit the later parameters and just use the PreFactor.

Also the expert system output has to be changed to put the PreFactor terms into the CoefficientAmplitude!

Estimated effort: 2h

spflueger commented 4 years ago

The expert system output was already changed in https://github.com/ComPWA/pycompwa/pull/43