Skip to content
Snippets Groups Projects
Commit 7a6b34f2 authored by Zhidong Zhang's avatar Zhidong Zhang
Browse files

Make Input File Configurable for MuonRec_myTopOptions

MuonRec_myTopOptions.py is to be used in ART test. ART test jobs will run on
grid, so the input files need to distribute on grid. This MR is to modify the
hardcoded input file name, so that it can be configurated in ART test scripts.
parent 465fb2cc
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ from MuonRecExample.MuonRecUtils import assertCastorStager,hasJobPropertyBeenSet
#--------------------------------------------------------------------------------
# Input
#--------------------------------------------------------------------------------
athenaCommonFlags.FilesInput = [
"root://eosatlas//eos/atlas/atlasgroupdisk/det-muon/dq2/rucio/user/zhidong/14/a2/user.zhidong.12100112.EXT0._000001.RDO.pool.root"
]
if not 'InputRdoFile' in dir():
InputRdoFile="root://eosatlas//eos/atlas/atlasgroupdisk/det-muon/dq2/rucio/user/zhidong/14/a2/user.zhidong.12100112.EXT0._000001.RDO.pool.root"
athenaCommonFlags.FilesInput = [InputRdoFile]
if not hasJobPropertyBeenSet(athenaCommonFlags.FilesInput):
athenaCommonFlags.FilesInput = MuonRecUtils.FileList.readDirectory("root://castoratlas//castor/cern.ch/atlas/atlascerngroupdisk/det-muon/ReferenceDatasets/Digitization/Zmumu_15616/")
......
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