Feature #8136
Buffer size for strings is too small
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/20/2015
Due date:
% Done:
0%
Estimated time:
Description
in nucondb.cc, when getStringValue is called, the buffer size is set to 128. This is too small for MINERvA's attenuation database, which stores big strings of points and measured attenuations. I changed it to 2000 for the MINERvA install and it fixes the problem, but really it should be variably sized if possible.