Skip to content

Commit

Permalink
handle lhe input according to Alan's https://hypernews.cern.ch/HyperN…
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Franzoni committed Jul 3, 2014
1 parent c023501 commit 32e2914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Original file line number Diff line number Diff line change
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 32e2914

Please sign in to comment.