Skip to content

Commit

Permalink
https://hypernews.cern.ch/HyperNews/CMS/get/relval/3520/1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Franzoni committed Apr 2, 2015
1 parent f6106ed commit 5fc2273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Expand Up @@ -107,7 +107,7 @@ def __init__(self,opt,mode='init',options=''):
"Multicore" : opt.nThreads,
"Memory" : 2400,
"SizePerEvent" : 1234,
"TimePerEvent" : 1
"TimePerEvent" : 0.1
}

self.defaultHarvest={
Expand Down Expand Up @@ -199,7 +199,7 @@ def prepare(self,mReader, directories, mode='init'):
thisLabel=self.speciallabel
#if 'HARVESTGEN' in s[3]:
if len( [step for step in s[3] if "HARVESTGEN" in step] )>0:
chainDict['TimePerEvent']=0.1
chainDict['TimePerEvent']=0.01
thisLabel=thisLabel+"_gen"
processStrPrefix=''
setPrimaryDs=None
Expand Down

0 comments on commit 5fc2273

Please sign in to comment.