Fixes for ROOT6 and C++11.
- Changed `break` in the runnumber check to `return`. `hcana` was failing in a spectacular way because of that. - Changed `RunFileNamePattern` to `const char*` to avoid a warning for C++11.
Please register or sign in to comment