Skip to content

Since MR 65217 we should get the right cells from the flags

Since MR !65217 (merged) we should get the right cells from the flags

e.g we now have

 # The output keys
    egcf.addFlag("Egamma.Keys.Input.CaloCells",
                 lambda prevFlags: prevFlags.HeavyIon.Egamma.SubtractedCells
                 if prevFlags.HeavyIon.Egamma.doSubtractedClusters
                 else 'AllCalo')
    egcf.addFlag("Egamma.Keys.Input.TopoClusters",
                 lambda prevFlags: prevFlags.HeavyIon.Egamma.UncalibCaloTopoCluster
                 if prevFlags.HeavyIon.Egamma.doSubtractedClusters

so egamma should be working with the right cells

ping @stapiaar

Merge request reports