We currently fill meta info from Pandora and SPINE in different places. SPINE is filled inside meta.lar.2x2 and Pandora is filled in meta.nd_lar.
However, both should retain the meta information from flow.
Ideally, we want to check that the meta information from both the reconstructions are the same before filling ,using a function similar to ValidateOrCopy(), instead of overwriting.
In addition, inside the StandardRecord, we should just keep nd_lar and chuck lar_2x2 in the meta branches, because we are never going to need ND_LAr, 2x2, and FSD info at the same time.
We currently fill meta info from Pandora and SPINE in different places. SPINE is filled inside
meta.lar.2x2and Pandora is filled inmeta.nd_lar.However, both should retain the meta information from flow.
Ideally, we want to check that the meta information from both the reconstructions are the same before filling ,using a function similar to
ValidateOrCopy(), instead of overwriting.In addition, inside the StandardRecord, we should just keep
nd_larand chucklar_2x2in the meta branches, because we are never going to need ND_LAr, 2x2, and FSD info at the same time.