Skip to content

Commit

Permalink
Merge pull request #1184 from fabiocos/62X-DataProcessing
Browse files Browse the repository at this point in the history
62X Data Processing update for GRIN
  • Loading branch information
davidlt committed Oct 29, 2013
2 parents e8282b8 + c039a8d commit 5b8078c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Configuration/DataProcessing/python/Reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,12 @@ def expressProcessing(self, globalTag, **args):
options.step = 'RAW2DIGI,L1Reco,RECO'+step+',DQM'+dqmStep+',ENDJOB'
dictIO(options,args)
options.conditions = globalTag

options.filein = 'tobeoverwritten.xyz'
if 'inputSource' in args:
options.fileType = args['inputSource']
process = cms.Process('RECO')
cb = ConfigBuilder(options, process = process, with_output = True)
cb = ConfigBuilder(options, process = process, with_output = True, with_input = True)

# Input source
process.source = cms.Source("NewEventStreamFileReader",
fileNames = cms.untracked.vstring()
)
cb.prepare()

addMonitoring(process)
Expand Down

0 comments on commit 5b8078c

Please sign in to comment.