Skip to content
Snippets Groups Projects
Commit dc11cf53 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'mrto_beamspot' into 'master'

Restore ability to configure input file in standalone muon setup

See merge request atlas/athena!16413

Former-commit-id: d2ab7f48
parents d4c34ec0 df242617
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