Skip to content

Update TrackParticle creation config to be able to run HI reco in serial

Thomas Strebler requested to merge tstreble/athena:Serial_HITrkReco into 23.0

To keep the ability of running in serial mode, we cannot rely on the scheduler to run the TrackParticle creation after the vertex reconstruction in HI reconstruction. The following update ensures we can run tracking in serial, should we need it.

This is not enough to run full reco unfortunately as some part of the jet config would also need to be updated for that

PyJobTransforms.transform.execute 2023-09-07 14:51:56,049 CRITICAL Transform executor raised TransformValidationException: Non-zero return code from RAWtoALL (1); Logfile error in log.RAWtoALL: "JRA_buildAntiKt2HIJets.trkmoms                      ERROR Could not retrieve the TrackVertexAssociation: JetTrackVtxAssoc"; Possible memory leak: 'pss' slope: 6459.36 KB/s

FYI @pbalek @christos @mswiatlo @schaarsc @delsart

Merge request reports