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

Use IsMaster() in BeginOfRunAction #55

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Use IsMaster() in BeginOfRunAction #55

merged 2 commits into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. Use IsMaster() in BeginOfRunAction

    Do not use it in constructor as IsMaster() does not return a correct value until that RunAction object is set to a RunManager.
    lopezzot committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6a9d16b View commit details
    Browse the repository at this point in the history
  2. Move AnalysisManager::GetType() after name setting

    Move GetType() call after having set the file output name. However, this
    does not fix the empty string returned problem.
    lopezzot committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    293d98a View commit details
    Browse the repository at this point in the history