Skip to content
Snippets Groups Projects
Commit af3d80f8 authored by Will Buttinger's avatar Will Buttinger Committed by Graeme Stewart
Browse files

'joboptions for performance monitoring' (AthenaRootComps-00-13-28)

	* Added two joboptions for use in performance monitoring of basic event loop with different selectors
	* tag AthenaRootComps-00-13-28


Former-commit-id: d0e972f7
parent a4638bbb
No related branches found
No related tags found
No related merge requests found
#this joboption is used in performance monitoring to compare to xAODEventSelector
theApp.EvtMax = -1
import os
jps.AthenaCommonFlags.FilesInput = [os.environ.get("ASG_TEST_FILE_MC","/afs/cern.ch/user/a/asgbase/patspace/xAODs/r7725/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.merge.AOD.e3698_s2608_s2183_r7725_r7676/AOD.07915862._000100.pool.root.1")]
import AthenaPoolCnvSvc.ReadAthenaPool
algseq = CfgMgr.AthSequencer("AthAlgSeq")
algseq += CfgMgr.EventCounterAlg(BookkeepOtherMCEventWeights=True)
#this joboption is used in performance monitoring to compare to POOL
theApp.EvtMax = -1
import os
jps.AthenaCommonFlags.FilesInput = [os.environ.get("ASG_TEST_FILE_MC","/afs/cern.ch/user/a/asgbase/patspace/xAODs/r7725/mc15_13TeV.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.merge.AOD.e3698_s2608_s2183_r7725_r7676/AOD.07915862._000100.pool.root.1")]
import AthenaRootComps.ReadAthenaxAODHybrid
algseq = CfgMgr.AthSequencer("AthAlgSeq")
algseq += CfgMgr.EventCounterAlg(BookkeepOtherMCEventWeights=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment