Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 185
    • Merge requests 185
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !30319

Merged
Created Feb 12, 2020 by Susumu Oda@odaContributor

Specify hierarchy of SCT_SIDE or SCT_MODULE for isGood method using IdentifierHash.

  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 6

DEFAULT hierarchy is used in the isGood method with IdentifierHash. In the isGood method of some SCT conditions tools, true is always returned for the DEFAULT hierarchy. This MR fixes the issue by specifying/checking SCT_SIDE or SCT_MODULE hierarchy.

  • Check SCT_MODULE hierarchy in SCT_ConditionsSummaryTool::isGood(const IdentifierHash&). No changes are expected.
  • Specify SCT_SIDE hierarchy in SCT_ConfigurationConditionsTool::isGood(const IdentifierHash&). No changes are expected.
  • Specify SCT_SIDE hierarchy in SCT_LinkMaskingTool::isGood(const IdentifierHash&). No changes are expected.
  • Specify SCT_SIDE hierarchy in SCT_ModuleVetoTool::isGood(const IdentifierHash& hashId&). No changes are expected.
  • Specify SCT_SIDE hierarchy in SCT_MonitorConditionsTool::isGood(const IdentifierHash&). Changes are expected. Some wafers will be bad.
  • Specify SCT_MODULE hierarchy in SCT_RODVetoTool::isGood(const IdentifierHash&). No changes are expected.

RunTier0Tests.py was run with and without the SCT_MonitorConditionsTool::isGood change. The above expectations were confirmed.

  • RunTier0Tests.log
  • diff-root-q431.AOD.log
Edited Feb 21, 2020 by Susumu Oda
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-ATLASRECTS-5285-v4