From 5fc2273144e9d3d2c97ed419c47799c17a556087 Mon Sep 17 00:00:00 2001 From: Giovanni Franzoni Date: Thu, 2 Apr 2015 02:22:53 +0200 Subject: [PATCH] https://hypernews.cern.ch/HyperNews/CMS/get/relval/3520/1.html --- Configuration/PyReleaseValidation/python/MatrixInjector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/PyReleaseValidation/python/MatrixInjector.py b/Configuration/PyReleaseValidation/python/MatrixInjector.py index c3d353361192d..bdf268683ee21 100644 --- a/Configuration/PyReleaseValidation/python/MatrixInjector.py +++ b/Configuration/PyReleaseValidation/python/MatrixInjector.py @@ -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={ @@ -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