Fixing HI reconstruction
Several fixes for HI reconstruction in order to fix legacy and CA code:
- use correct
HIEventShape
containers; they are consistent for HIGlobal, HIJet, and HIEgamma; n.b. thatHISubtractedCellMakerTool
now uses "HIEventShape_iter_egamma
" instead of "HIEventShape
" - "
HIClusters
" is in plural (fix for ATLASRECTS-7632) - track jet constituent has a name
HITrack
and thus the output container name will beAntiKt4HITrackJets
instead ofAntiKt4TrackJets
- remove CA HI jets from CA HI egamma reconstruction. This requires the flag
HeavyIon.doJet
to be true, if we'd like to reconstruct HI egamma ortherwise there won't be the appropriateHIEventShape
container. Technically, this is not guaranteed so one has to be careful. The reason is that the legacy egamma code wraps CA egamma reco, that contains CA HI egamma, and that used to contain CA HI jets. However, legacy HI jets didn't like CA HI jets to be included in the same job. (Once the legacy support is dropped, we can reinclude it.)
Closes ATLASRECTS-7632
Edited by Petr Balek