Update to the Alignment DQ monitoring package
Added plots to the Residual Alg, and created a new Alg for PV biases monitoring
Merge request reports
Activity
This merge request affects 1 package:
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3
This merge request affects 8 files:
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/python/IDAlignMonPVBiasesAlgCfg.py
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/python/IDAlignMonResidualsAlgCfg.py
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/python/InDetAlignmentMonitoringRun3Config.py
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/src/IDAlignMonPVBiasesAlg.cxx
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/src/IDAlignMonPVBiasesAlg.h
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/src/IDAlignMonResidualsAlg.cxx
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/src/IDAlignMonResidualsAlg.h
- InnerDetector/InDetMonitoring/InDetAlignmentMonitoringRun3/src/components/InDetAlignmentMonitoring_entries.cxx
added DQ InnerDetector master review-pending-level-1 labels
added urgent label
- Resolved by Shaun Roe
- Resolved by Per Daniel Conny Johansson
- Resolved by Per Daniel Conny Johansson
- Resolved by Per Daniel Conny Johansson
- Resolved by Per Daniel Conny Johansson
- Resolved by Per Daniel Conny Johansson
- Resolved by Per Daniel Conny Johansson
CI Result FAILURE (hash 68418c68)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 60555]Hi @perj, CI is failing with stall. Can you check what is going on?
-- L1
added review-user-action-required label and removed review-pending-level-1 label
Hi Carlo, it seem these tests are failing: CITest_RecoRun3Data_Calib-test CITest_RecoRun3Data_Cosmics-test with this error in the log files: InDetUsedInFitDeco...InDetUsedInFitDecorator_0Tool 0 0 WARNING Unable to retrieve xAOD::VertexContainer, "PrimaryVertices", returning without applying decorations! IDAlignMonPVBiasesAlg 0 0 WARNING IDAlignPVBiasesAlg: Failed to retrieve vertex container with key PrimaryVertices
About the failed CI tests, I added a check on the PrimaryVertices in initialize, as it was done in the IDAlignMonGenericTracksAlg, so the container is not empty. If this is not the right way to do it, let me know. Running tests now to make sure everything else is fine but won't be able to test this.
added 1 commit
- 1e2ba6c4 - Fixed a few issues found during the MR of the DQ_Alignment_Monitoring_update branch