Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly handle failed file opening in DQMRootSource #20560

Merged
merged 2 commits into from Sep 19, 2017

Commits on Sep 18, 2017

  1. Properly handle failed file opening in DQMRootSource

    Since ROOT 6 is unable to propagate exceptions through cling,
    it is necessary to trap file open errors in TFileAdaptor and
    then call edm::threadLocalException::getException() to get
    the underlying exception to be rethrown.
    Dr15Jones committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    0fbe1e1 View commit details
    Browse the repository at this point in the history
  2. Applied clang-tidy changes

    Dr15Jones committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    9370d03 View commit details
    Browse the repository at this point in the history