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

Set Vx3DHLTAnalyzer to thread_unsafe::DQMEDAnalyzer #4429

Merged

Commits on Jun 27, 2014

  1. Set Vx3DHLTAnalyzer to thread_unsafe::DQMEDAnalyzer

    The Vx3DHLTAnalyzer uses a global std::vector to hold all Vertices
    it has seen. Filling this on different threads will lead to crashes
    of cmsRun. Therefore changed it to inherit from thread_unsafe::DQMEDAnalyzer.
    Dr15Jones committed Jun 27, 2014
    Copy the full SHA
    7edf91a View commit details
    Browse the repository at this point in the history