aodMerger: Special option to merge only folders of the same name#15205
aodMerger: Special option to merge only folders of the same name#15205sawenzel wants to merge 1 commit intoAliceO2Group:devfrom
Conversation
Adding a special `merge-by-name` option which asks the merger only to merge together dataframe folders of the same name. This is needed only in special situations where we want to enfore the output structure of the AOD to be the same as that of a reference (data) AOD. An example is MC-DATA embedding.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@fjonasALICE : As discussed |
|
Error while checking build/O2/fullCI_slc9 for d53ad16 at 2026-03-29 14:21: Full log here. |
|
Are you trying to achieve that DF folders are not merged? In this case the option for that already exists, one has to put |
Not really, no: I am trying to achieve that only folders with the same name are merged. If I have fews AODs with this structure: I would like to restrict merging, so that only AOD1,2,3 is merged together into the output (under folder DF_xxx) and AOD4,5 (under folder DF_yyy). With such functionality and I could ensure that MC AODs derived from DATA have the same structure. Is the |
|
I think we never tested the case of identical DF folders in different files but I think it could work out. Could you give it a try with |
|
Of course the files have to be in the right order, it wouldn't work if you have AOD1.root --> DF_xxx |
Adding a special
merge-by-nameoption which asks the merger only to merge together dataframe folders of the same name.This is needed only in special situations where we want to enfore the output structure of the AOD to be the same as that of a reference (data) AOD. An example is MC-DATA embedding.