Skip to content

Commit

Permalink
Merge pull request #4514 from franzoni/lhe_input_from-CMSSW_7_2_X_201…
Browse files Browse the repository at this point in the history
…4-07-03-1400

handle lhe input in relvals
  • Loading branch information
davidlange6 committed Jul 3, 2014
2 parents 2b49aae + 32e2914 commit b60e6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Expand Up @@ -218,6 +218,8 @@ def prepare(self,mReader, directories, mode='init'):
chainDict['nowmTasklist'][-1]['EventsPerJob'] = ns[1]
if 'FASTSIM' in s[2][index] or '--fast' in s[2][index]:
thisLabel+='_FastSim'
if 'lhe' in s[2][index] or '--fast' in s[2][index]:
chainDict['nowmTasklist'][-1]['LheInputFiles'] =True

elif nextHasDSInput:
chainDict['nowmTasklist'].append(copy.deepcopy(self.defaultInput))
Expand Down

0 comments on commit b60e6eb

Please sign in to comment.