ATLAS Offline Software
Loading...
Searching...
No Matches
postJO.CopyWeights.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3if not hasattr(topAlg, "EventInfoCnvAlg"):
4 from xAODEventInfoCnv.xAODEventInfoCnvConf import xAODMaker__EventInfoCnvAlg
5 topAlg += xAODMaker__EventInfoCnvAlg(xAODKey="EventInfo")
6from EvgenProdTools.EvgenProdToolsConf import CopyEventWeight
7topAlg += CopyEventWeight(mcEventWeightsKey="EventInfo.mcEventWeights")
Copy MC truth event weights into the event info store.