Skip to content
Snippets Groups Projects
  • Jure Bericic's avatar
    c685d2cc
    Fixes for ROOT6 and C++11. · c685d2cc
    Jure Bericic authored
    - 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.
    c685d2cc
    History
    Fixes for ROOT6 and C++11.
    Jure Bericic authored
    - 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.