rnc-lbl / auau200GeVRun14

LBNL PicoDst HF Analysis Library (PicoHFLib) - Run14 Au+Au 200GeV
1 stars 15 forks source link

Npe Library bug #50

Closed mlomnitz closed 9 years ago

mlomnitz commented 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.

MustafaMustafa commented 9 years ago

Thank you for reporting. That has been addressed in the most recent pull request from Kunsu. Please sync your fork with master.