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

feat: add façade functions for kinematics #311

Closed redeboer closed 4 years ago

redeboer commented 4 years ago

Added two more functions to the BuilderXML that allow one to directly create a kinematics instance from an XML file (i.e. without first having to create a particle list instance). This addresses https://github.com/ComPWA/pycompwa/pull/78#discussion_r408274289

codecov[bot] commented 4 years ago

Codecov Report

Merging #311 into master will decrease coverage by 0.05%. The diff coverage is 23.07%.

@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
- Coverage   38.62%   38.57%   -0.06%     
==========================================
  Files          86       86              
  Lines        7355     7365      +10     
==========================================
  Hits         2841     2841              
- Misses       4514     4524      +10