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