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
partialWaveFit: fix compiler warning for non-instantiated variable #216
The 'pwaLikelihood::_debug' variable needs to be
instantiated to be accessible from '...::setQuiet'. The variable is
only declared in the header file, so move the function definiation to
the implementation file. (-Wundefined-var-template)
Appears to be a new check in Apple LLVM version 8.1.0.
The 'pwaLikelihood::_debug' variable needs to be
instantiated to be accessible from '...::setQuiet'. The variable is
only declared in the header file, so move the function definiation to
the implementation file. (-Wundefined-var-template)
Appears to be a new check in Apple LLVM version 8.1.0.