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

Modernized dictionary generation in DataFormats #25826

Merged
merged 11 commits into from Feb 9, 2019

Commits on Feb 8, 2019

  1. Removed struct dictionary from classes.h files

    ROOT no longer requires forcing the instantiation of templates
    in the .h file. The declaration in classes_def.xml is sufficient.
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    f04da95 View commit details
    Browse the repository at this point in the history
  2. Modernized dictionaries in DataFormats/Candidate

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    6797ecd View commit details
    Browse the repository at this point in the history
  3. Modernized dictionaries in DataFormats/EgammaReco

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    6853c81 View commit details
    Browse the repository at this point in the history
  4. Modernized dictionaries in DataFormats/JetReco

    -removed unneeded struct dictionary
    -removed unused pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    1de0b91 View commit details
    Browse the repository at this point in the history
  5. Modernized dictionaries in DataFormats/L1TrackTrigger

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    74a5fd2 View commit details
    Browse the repository at this point in the history
  6. Modernized dictionaries in DataFormats/Luminosity

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    fbcdc68 View commit details
    Browse the repository at this point in the history
  7. Modernized dictionaries in DataFormats/MuonSeed

    -removed unneeded struct dictionary
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    24c784d View commit details
    Browse the repository at this point in the history
  8. Modernized dictionaries in DataFormats/PatCandidates

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    95c69da View commit details
    Browse the repository at this point in the history
  9. Modernized dictionaries in DataFormats/RecoCandidate

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    093afd0 View commit details
    Browse the repository at this point in the history
  10. Modernized dictionaries in DataFormats/TrackReco

    -removed unneeded struct dictionary
    -removed use of pattern in classes_def.xml
    Dr15Jones committed Feb 8, 2019
    Copy the full SHA
    481113a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d0aec09 View commit details
    Browse the repository at this point in the history