Skip to content

DerivationFrameworkMCTruth: add read handles to ClassifyAndCalculateHFAugmentation

Hello,

This MR is replacing evtStore()->retrieve with ReadHandles, to be able to run derivations in MT (ATLASG-2470). It fixes the error:

19:55:08 StoreGateSvc                                           0     0 WARNING retrieve(const): No valid proxy for object AntiKt4TruthWZJets  of type xAOD::JetContainer(CLID 1244316195)
19:55:08 ToolSvc.DFCommonClassifyAndCalculateHFAugmentation     0     0   ERROR could not retrieve JetContainer ' 'jetCollectionName':'AntiKt4TruthWZJets''
19:55:08 HFClassificationCommonKernel                           0     0   ERROR Augmentation failed!

Decorators are also replaced with DecorHandles.

Cheers, Bertrand

Edited by Bertrand Martin Dit Latour

Merge request reports