Skip to content

Fix of the configuration of the TCC reconstruction algorithm

Luka Selem requested to merge lselem/athena:master into master

Trying to reimplement TCC jets in a custom derivation, I found that the configuration of the TrackCaloCluster reconstruction algorithm was not working any more. This merge request fixes this.

It should be noted that the jet modifier ConstitFourMom is does not work with TCC jets either. The simple fix I tried did not totally fix the issue and as such is not included here.

Merge request reports