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

Convert HcalRealisticZS to stream module #6092

Merged
merged 1 commit into from Oct 29, 2014

Commits on Oct 29, 2014

  1. Convert HcalRealisticZS to stream module

    The HcalRealisticZS uses the HcalDbService which the static analyzer
    has complained about because of that object's use of the HCAL
    conditions containers. However, upon further investigation the HcalDbService
    is thread safe for this use. In addition, an upcoming change to
    the conditions containers will solve the remaining thread unsafe uses
    of those containers.
    With that in mind, it is safe to convert HcalRealisticZS to a stream module.
    Dr15Jones committed Oct 29, 2014
    Copy the full SHA
    c392ddd View commit details
    Browse the repository at this point in the history