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 Concurrent GeneratorFilter technique #33883

Merged
merged 5 commits into from Jun 8, 2021

Commits on May 28, 2021

  1. Add ConcurrentGeneratorFilter and a test file.

    Implement Concurrent GeneratorFilter technique, which can replicate the Generator for each stream in order to run them concurrently. Add a concurrent module of pythia8 generator and a python _cfg file for test.
    Clean the redundance in `GeneratorInterface/Pythia8Interface/plugins/BuildFile.xml`.
    PhyM73 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    cd2ff5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9f8db View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    91e9bdd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Remove the extra random flat, extend unittest.

    Remove the extra random number advance in global end lumi. Extend the
    unit test to 50 events.
    PhyM73 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e719501 View commit details
    Browse the repository at this point in the history
  2. Code Format

    PhyM73 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6e43c45 View commit details
    Browse the repository at this point in the history