diff --git a/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py b/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py index df518737baaf7..43d6fcf142e1c 100755 --- a/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py +++ b/GeneratorInterface/LHEInterface/scripts/cmsLHEtoEOSManager.py @@ -11,10 +11,10 @@ import re defaultEOSRootPath = '/eos/cms/store/lhe' -defaultEOSLoadPath = 'root://eoscms/' -defaultEOSlistCommand = 'xrdfs root://eoscms.cern.ch ls ' -defaultEOSmkdirCommand = 'xrdfs root://eoscms.cern.ch mkdir ' -defaultEOSfeCommand = 'xrdfs root://eoscms.cern.ch stat -q IsReadable ' +defaultEOSLoadPath = 'root://eoscms.cern.ch/' +defaultEOSlistCommand = 'xrdfs '+defaultEOSLoadPath+' ls ' +defaultEOSmkdirCommand = 'xrdfs '+defaultEOSLoadPath+' mkdir ' +defaultEOSfeCommand = 'xrdfs '+defaultEOSLoadPath+' stat -q IsReadable ' defaultEOScpCommand = 'xrdcp -np ' def findXrdDir(theDirRecord):