3import AthenaPoolCnvSvc.ReadAthenaPool
4svcMgr.EventSelector.InputCollections = [
'/eos/atlas/atlascerngroupdisk/phys-gener/examples/rivet/EVNT.root' ]
6from AthenaCommon.AlgSequence
import AlgSequence
9from xAODEventInfoCnv.xAODEventInfoCnvConf
import xAODMaker__EventInfoCnvAlg
10job += xAODMaker__EventInfoCnvAlg()
12from Rivet_i.Rivet_iConf
import Rivet_i
15rivet.AnalysisPath = os.environ[
'PWD']
17rivet.Analyses += [
'MC_JETS' ]
19rivet.HistoFile =
'MyOutput.yoda.gz'
20rivet.CrossSection = 1.0
Interface to the Rivet analysis package.