Skip to content

topoEgammaBuilder rename to xAODEgammaBuilder.

topoEgammaBuilder rename to xAODEgammaBuilder.

The algorithm per se can take any egammaRecs and produce xAOD Egamma objects. So xAODEgammaBuilder is more exact on what the alg does. Take some egammaRec [https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Reconstruction/egamma/egammaRecEvent/egammaRecEvent/egammaRec.h] and turns them to xAOD objects.

Now , indeed the default is to have instances that take take topo cluster seeded e/gamma super clusters so the name of the instances being topo make sense.

The reason to rename things is to make clean that this alg really just takes egammaRec and produces xAOD objects. It does not do much in the way of "core" reconstruction. All clusters ,cluster - track pairs, class vertex pairs forming what not steps are already done before we reach this one.

Edited by Christos Anastopoulos

Merge request reports