Open
Description
If one looks at for example /Tau/Run2016H-UL2016_MiniAODv2-v1/MINIAOD one can see that there is a "ParentDataset:" tag which links to the corresponding NANOAOD dataset /Tau/Run2016H-UL2016_MiniAODv2_NanoAODv9-v1/NANOAOD. There is no corresponding tag link back to MINIAOD.
In the json this is governed by the isChildOf
field. Strictly speaking the relationship between NANOAOD and MINIAOD should be a sibling relationship since they are both produced from the AOD(?) so the field in the json should be isSiblingOf
. Regardless, the NANO is not the parent of MINI.
We can either remove this altogether since there are already links in the record or use the isSiblingOf
field properly.