# | Line 31 | Line 31 | process.maxEvents = cms.untracked.PSet( | |
---|---|---|
31 | ) | |
32 | inFileName = 'EcalHcalCombined2011_{0:08d}.0.root'.format(RUNNUMBER) | |
33 | if not os.access('moe5/{0}'.format(inFileName), os.R_OK): | |
34 | < | cmd = ['scp','daq@cmsmoe5:/data0/spool/{0}'.format(inFileName), |
34 | > | cmd = ['scp','-Cp','daq@cmsmoe5:/data0/spool/{0}'.format(inFileName), |
35 | 'moe5/{0}'.format(inFileName)] | |
36 | print ' '.join(cmd) | |
37 | subprocess.call(cmd) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |