JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

In THcParmList::Load only look for run ranges in top file. #394

Closed sawjlab closed 6 years ago

sawjlab commented 6 years ago

In THcParmList::Load only look for run ranges in top file. Previously, if load was called with a run number, array continuation lines in included files were being interpreted as lists of run numbers. Still we have the limitation that in the top file, if we define an array with multiple lines, the continuation lines will be interpreted as run number lists and mess things up. But it is unlikely that we would need to define arrays in the top file when we are in run number mode.

Also update podd.

MarkKJones commented 6 years ago

It fixed the problem that I saw