Skip to content

TrigInDetValidation: handle multiple LBs in cosmics data test

Bertrand Martin Dit Latour requested to merge martindl/athena:24.0_multiLB into 24.0

Hello,

This MR is adding an option to allow multiple LBs to be processed in the same input file, for the cosmics data ID test (ATR-27543). With this change, the test is "successful", no more

ERROR:trigbs_extractStream: Event (Run,Global ID) = (457007,2509820) has a lumi block number 39, which is different from LB = 36 for the output file. Event skipped.

Instead, we have a bunch of FPEs that are now showing up and will have to be fixed:

11:38:18 FPEAuditor                                           648     0 WARNING FPE INVALID in [Execute] of [MuonSegmentMaker] on event 2266169 0 0
11:38:39 FPEAuditor                                           694     0 WARNING FPE INVALID in [Execute] of [MuonSegmentMaker] on event 2311181 0 0
11:38:49 FPEAuditor                                           712     0 WARNING FPE INVALID in [Execute] of [MuonSegmentMaker] on event 2317294 0 0
11:42:07 FPEAuditor                                          1147     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Phase_Cosmics] on event 2256928 0 0
11:42:07 FPEAuditor                                          1147     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Cosmics] on event 2256928 0 0
11:42:07 FPEAuditor                                          1147     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_TrackSegments_Cosmics] on event 2256928 0 0
11:43:37 FPEAuditor                                          1352     0 WARNING FPE INVALID in [Execute] of [MuonSegmentMaker] on event 2542538 0 0
11:46:30 FPEAuditor                                          1741     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Cosmics] on event 2472070 0 0
11:46:30 FPEAuditor                                          1741     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Phase_Cosmics] on event 2472070 0 0
11:46:30 FPEAuditor                                          1741     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_TrackSegments_Cosmics] on event 2472070 0 0
11:47:07 FPEAuditor                                          1829     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Cosmics] on event 2447097 0 0
11:47:07 FPEAuditor                                          1829     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_Phase_Cosmics] on event 2447097 0 0
11:47:07 FPEAuditor                                          1829     0 WARNING FPE INVALID in [Execute] of [InDetTRT_TrackSegmentsFinder_TrackSegments_Cosmics] on event 2447097 0 0

Tagging @sutt and @bkerridg .

Cheers, Bertrand

Merge request reports