You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin reproducer CCDB queries to the original job's run time
Reproducers resolved CCDB against the present, so any object re-uploaded since
the job ran silently changed the outcome -- e.g. FT0/Calib/EventsPerBc, whose
late arrival flips o2-steer-colcontexttool to the non-uniform sampler and gives
a different collision context at the same fixed seed.
Inject ALICEO2_CCDB_CONDITION_NOT_AFTER, which BasicCCDBManager picks up, so it
covers the anchoring stage as well as the workflow tasks.
Only pin when the moment is actually known: $2 if given, else "now" when run
inside the job itself (the anchorMC.sh path). Otherwise skip and say so -- a
wrong pin is worse than none. Skipped too if the JDL already sets it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments