AutoDQM / AutoDQM_ML

0 stars 5 forks source link

Fetching multiple versions of re-reco files, prompt reco files missing branches depending on collection #35

Closed GluonicPenguin closed 1 year ago

GluonicPenguin commented 1 year ago

In data_fetcher.py, currently all of prompt reco and re-reco files for a particular run, for all versions of re-reco are taken for training.

A partial fix is included in https://github.com/AutoDQM/AutoDQM_ML/pull/34 which ignores prompt reco and only selects the first re-reco file version found for a given run (version DQM_V000X for all X are grabbed, but reco DDMMMYYYY-vXZ for only Z=1 taken).

Likely affects the AutoDQM testbed too, but at least is not handled correctly for AutoDQM-ML

GluonicPenguin commented 1 year ago

Fixed this so that the newest version of the file is fetched, as implemented in MR: https://github.com/AutoDQM/AutoDQM_ML/pull/34