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

Added new DQM GUI support to all Online DQM clients #30592

Merged
merged 10 commits into from Sep 8, 2020

Commits on Aug 5, 2020

  1. WIP: Saving PB files every lumi in 2 Online DQM clients

    This is preliminary support. If it works, all clients will be changed to
    save PB per lumi.
    andrius committed Aug 5, 2020
    Copy the full SHA
    0cc76fb View commit details
    Browse the repository at this point in the history
  2. Saving PB files to a folder named after a client

    This makes merging newest files from every client much easier
    andrius committed Aug 5, 2020
    Copy the full SHA
    3ce110b View commit details
    Browse the repository at this point in the history
  3. No more lumi in a PB file name

    This ensures that files get overwritten to save space
    andrius committed Aug 5, 2020
    Copy the full SHA
    e7cb89a View commit details
    Browse the repository at this point in the history
  4. Zlib compressing ME blobs when saving PB files

    This is required to bring the file size down without needing to
    decompress the entire file when doing partial reads from the new DQM GUI
    andrius committed Aug 5, 2020
    Copy the full SHA
    69bd240 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Copy the full SHA
    741ab91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb6ffc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. ZLib compressing QTest MEs as well (in DQM mode)

    andrius committed Aug 14, 2020
    Copy the full SHA
    a7ce140 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Fixed type name

    andrius committed Aug 21, 2020
    Copy the full SHA
    a5c054a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Copy the full SHA
    7a56079 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. code-format

    andrius committed Sep 7, 2020
    Copy the full SHA
    fd636bc View commit details
    Browse the repository at this point in the history