Skip to content
Snippets Groups Projects

Added TTree functionality for running over MC

Merged Michael William O'Keefe requested to merge miokeefe/athena_safe:21.0-ZCounting into 21.0
All threads resolved!

Modifications to DataQuality Z-Counting code for improved analysis on MC.

Moves some histogram booking behind an isSimulation check to prevent explosion of produced histograms.

Creates TTrees for selection and Tag+Probe procedures that are currently only booked when running on MC.

Includes the addition of BCID dependent Histograms

Edited by Harry John Lyons

Merge request reports

Pipeline #1112266 passed

Pipeline passed for d680f892 on miokeefe:21.0-ZCounting

Approval is optional

Merged by John Kenneth AndersJohn Kenneth Anders 5 years ago (Sep 28, 2019 4:01pm UTC)

Merge details

  • Changes merged into 21.0 with 5b97834e (commits were squashed).
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • I can't quite tell from the log file to be honest, have you run the required tests in your private area? At the top of the log file, you can find what is being run here: RunTier0Tests.py -n -e " --maxEvents=20 It seems like there are a ton of warnings connection related, but not sure, had actually problems loading the log file in my browser and searching it.

  • I haven't ran this "RunTier0Tests.py" test, I just ran Reco_tf and everything worked fine there. How exactly should I run this Tier0Tests? I tried just blindly copying what you put above but I don't think it works locally?

  • Jenkins please retry a build

  • This merge request affects 1 package:

    • DataQuality/DataQualityTools
  • Harry John Lyons changed the description

    changed the description

  • :negative_squared_cross_mark: CI Result FAILURE

    Athena AthDataQuality AthSimulation
    externals :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :o: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available at NICOS MR-26184-2019-09-11-14-58
    :warning: Athena: number of compilation errors 0, warnings 1
    :white_check_mark: AthDataQuality: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST 40631]

  • OK, a couple of things - Michael, Harry, could you fix the warnings on this page? They're minor but it would be nice to keep things warning-free: http://atlas-computing.web.cern.ch/atlas-computing/links/distDirectory/ci/CIWebArea/nicos_web_areaMRCIbuilds64BS6G62AthenaOpt/NICOS_Log_MR-26184-2019-09-11-14-58/DataQuality_DataQualityTools.html

    The test "failure" is a detection of the WARNING pattern that in the MC test the events_lb histogram cannot be retrieved. I agree it's a bit of a silly thing to fail on, but still, should just fix it by not blocking events_lb from being made in MC. We should be able to work around the "explosion" problem by running DQHistogramMerge in Grid jobs.

  • Putting on action-required tag while waiting for the issue to be resolved.--MR L1

  • added 1 commit

    • ea4e626f - Fixed warning messages, removed MC check for m_events_lb histo

    Compare with previous version

  • This merge request affects 1 package:

    • DataQuality/DataQualityTools
  • :white_check_mark: CI Result SUCCESS

    Athena AthDataQuality AthSimulation
    externals :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available at NICOS MR-26184-2019-09-19-16-25
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthDataQuality: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST 40711]

  • added 1 commit

    Compare with previous version

  • This merge request affects 1 package:

    • DataQuality/DataQualityTools
  • added 1 commit

    Compare with previous version

  • This merge request affects 1 package:

    • DataQuality/DataQualityTools
  • :white_check_mark: CI Result SUCCESS

    Athena AthDataQuality AthSimulation
    externals :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available at NICOS MR-26184-2019-09-24-16-05
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthDataQuality: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST 40764]

  • :white_check_mark: CI Result SUCCESS

    Athena AthDataQuality AthSimulation
    externals :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available at NICOS MR-26184-2019-09-24-21-17
    :warning: Athena: number of compilation errors 0, warnings 159
    :warning: AthDataQuality: number of compilation errors 0, warnings 1
    :warning: AthSimulation: number of compilation errors 0, warnings 5
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST 40767]

  • @tadej or whoever is responsible, would it now be okay to complete the MR? Thanks

  • Michael William O'Keefe resolved all threads

    resolved all threads

  • The MR already has seen a lot of discussions and in my quick look over seems to be ok, so approving.--MR L1

  • mentioned in commit 5b97834e

  • Sweep summary
    failed:

    • master
  • John Derek Chapman mentioned in merge request !27562 (merged)

    mentioned in merge request !27562 (merged)

  • mentioned in commit f12f375a

  • Please register or sign in to reply
    Loading