Skip to content
Snippets Groups Projects

Reduce repeated calls to hasBSError

Merged Zuchen Huang requested to merge hzuchen/athena:pixel_clusterization_speed_up into master
All threads resolved!

We add a new function in PixelConditionTools, which skip the if (hasBSError(moduleHash, ctx)) { return true; } as it was called in first instance of bool PixelConditionsSummaryTool::isGood(const IdentifierHash & moduleHash, const Identifier &elementId, const EventContext& ctx) const

Edited by Zuchen Huang

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Hi @hzuchen, I have one small comment above, otherwise the changes look good from L1 perspective.

    Jakub (L1 shifter)

  • Zuchen Huang added 1 commit

    added 1 commit

    Compare with previous version

  • This merge request affects 3 packages:

    • InnerDetector/InDetConditions/InDetConditionsSummaryService
    • InnerDetector/InDetConditions/PixelConditionsTools
    • InnerDetector/InDetConditions/SCT_ConditionsTools

    Affected files list will not be printed in this case

    Adding @goetz ,@stsuno ,@lshan ,@battagl ,@sroe as watchers

  • :white_check_mark: CI Result SUCCESS (hash 68d7d04e)

    Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view. Check the JIRA CI status board for known problems
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :white_check_mark: AthAnalysis: number of compilation errors 0, warnings 0
    :white_check_mark: DetCommon: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 45820]

  • Zuchen Huang resolved all threads

    resolved all threads

  • mentioned in commit 89b590fd

  • Please register or sign in to reply
    Loading