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

CondFormats/ESObjects: dictionary cleanup #9358

Merged

Commits on May 30, 2015

  1. CondFormats/ESObjects: dictionary cleanup

    Thanks to Danilo ROOT 6.04.00 will have user-friendly duplicate check on
    a dictionary generation.
    
    The patch fixes a typo for `ESAngleCorrectionFactors` typedef based on
    how `ESIntercalibConstants.h` is structured. The end type does not
    change.
    
    Fixes the following warning:
    
        Warning: Selection file classes_def.xml, lines 28 and 26. Attempt to
        select with a named selection rule an already selected class. The name
        used in the selection is "ESAngleCorrectionFactors" while the class is
        "ESCondObjectContainer".
    
    `ESIntercalibConstants` and `ESAngleCorrectionFactors` are both
    `ESCondObjectContainer<float>`.
    
    Tested by comparing `seal_cap.cc`, which does not change after this
    patchset.
    
    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed May 30, 2015
    Configuration menu
    Copy the full SHA
    0173a48 View commit details
    Browse the repository at this point in the history