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

Update the convertToRaw script #39047

Merged
merged 3 commits into from Aug 14, 2022
Merged

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    40e96d5 View commit details
    Browse the repository at this point in the history
  2. Add an option to selct the run and lumi range

    Add the -r/--range option to restrict the processing to a range of runs
    and lumisections.
    fwyzard committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    57e087a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Improve convertToRaw

    After processing each run, write a cff.py file with the Source and the
    necessary Services to process the converted files.
    
    Improve the handling of the output and exit status of the subprocesses,
    and add a -v/--verbose option to print additional message while
    preprocessing and converting the input files.
    fwyzard committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9a4b207 View commit details
    Browse the repository at this point in the history