from AthenaCommon.AppMgr import ServiceMgr as svcMgr theApp.EvtMax = -1 import AthenaPoolCnvSvc.ReadAthenaPool svcMgr.EventSelector.InputCollections = ["EVNT.05915947._001376.pool.root.1"] from AthenaCommon.AlgSequence import AlgSequence job = AlgSequence() from Rivet_i.Rivet_iConf import Rivet_i rivet = Rivet_i() rivet.Analyses += [ 'MC_BOOSTEDVBB' ] rivet.RunName = "" rivet.HistoFile = "boostedvbb.yoda" import os rivet.AnalysisPath = os.environ['PWD'] rivet.CrossSection = 1 job += rivet from GaudiSvc.GaudiSvcConf import THistSvc svcMgr += THistSvc() svcMgr.THistSvc.Output = ["Rivet DATAFILE='boostedvbb.root' OPT='RECREATE'"] job += rivet
# # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00039.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00040.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00041.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00042.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00043.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00044.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00045.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00046.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00047.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00048.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00049.pool.root", # # "/nfs/atlas/nwarrack/user.dhirsch.AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV.evgen/AcerMC39.110069.singletop_tchan_lept_scale_115_CTEQ6L1_8TeV._00050.pool.root", ] from AthenaCommon.AlgSequence import AlgSequence job = AlgSequence() from Rivet_i.Rivet_iConf import Rivet_i rivet = Rivet_i() rivet.AnalysisPath = os.environ['PWD'] #rivet.Analyses += [ 'ATLAS_2017_I1512776' ] rivet.Analyses += ['RivetMC_tchan_particle'] rivet.RunName = "" #rivet.HistoFile = "MG5_atNLO_Herwig" rivet.HistoFile = "Acer" #rivet.OutputLevel = DEBUG #rivet.CrossSection = 26.587 #<- xSec from https://twiki.cern.ch/twiki/bin/view/AtlasProtected/TopMC12SingleTopSamples#Singletop_Samples rivet.CrossSection = 28.4348 #<- with kFactor job += rivet
theApp.EvtMax = -1 import AthenaPoolCnvSvc.ReadAthenaPool svcMgr.EventSelector.InputCollections = [ 'Samples/MoreSamples/mc15_13TeV.312484.Sh_227_NN30NNLO_Znunu_PTV100_140_MJJ0_500_KtMerging.evgen.EVNT.e7728/EVNT.18992357._000007.pool.root.1' ] from AthenaCommon.AlgSequence import AlgSequence job = AlgSequence() from Rivet_i.Rivet_iConf import Rivet_i rivet = Rivet_i() import os rivet.AnalysisPath = os.environ['PWD'] rivet.Analyses += ['Re_Vjj_vbf_nn_asym'] rivet.RunName = '' rivet.HistoFile = 'File312484v2.yoda.gz' rivet.CrossSection = 105.869824 #rivet.IgnoreBeamCheck = True #rivet.SkipWeights=True job += rivet