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

Implement framework modules for EventID-related tests #46790

Merged
merged 2 commits into from
Nov 28, 2024

Commits on Nov 26, 2024

  1. Implement EmptySourceFromEventIDs

    EmptySourceFromEventIDs is a variation of the EmptySource that creates
    runs, lumis and events (containing no products) based on the list of
    EventIDs provided in the configuration.
    fwyzard committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3e100f9 View commit details
    Browse the repository at this point in the history
  2. Implement edmtest::EventIDProducer and edmtest::EventIDValidator

    EventIDProducer reads the EventID from the current event and copies it
    into the Event as a data product.
    
    EventIDValidator reads the EventID from the current event and compares
    it to a data product read from the Event.
    
    They can be used to validate that an object produced in a given event is
    being read back in the same event.
    fwyzard committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b73d08a View commit details
    Browse the repository at this point in the history