Skip to content
Snippets Groups Projects
Commit a10f1f44 authored by Frank Winklmeier's avatar Frank Winklmeier Committed by Will Leight
Browse files

Merge branch 'ArtMuonDevelopment' into 'master'

Make Input File Configurable for MuonRec_myTopOptions

See merge request atlas/athena!16257
parent b3d00f3a
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ if not hasattr(condSeq, "BeamSpotCondAlg"):
#--------------------------------------------------------------------------------
# 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