Closed mlomnitz closed 9 years ago
Hello Kunsu and all, I tried compiling the library with the NPE code in and found a minor bug in StElectronPair.cxx lines 81,85 and 89:
StRoot/StPicoNpeEventMaker/StElectronPair.cxx:81: error: 'lowest' is not a member of 'std::numeric_limits'
I don't think lowest is allowed in the version of the compiler and should switch these to 'min' or something along those lines.
Thank you for reporting. That has been addressed in the most recent pull request from Kunsu. Please sync your fork with master.
Hello Kunsu and all, I tried compiling the library with the NPE code in and found a minor bug in StElectronPair.cxx lines 81,85 and 89:
StRoot/StPicoNpeEventMaker/StElectronPair.cxx:81: error: 'lowest' is not a member of 'std::numeric_limits'
I don't think lowest is allowed in the version of the compiler and should switch these to 'min' or something along those lines.