From 7c435fb22a883ab1deaf637f54e710e06be1c302 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 22 Apr 2016 15:03:52 +0200 Subject: [PATCH] Increase efficiency at IIHE --- bin/hzz2l2v/runHZZ2l2vAnalysis.cc | 11 ++++++++++- scripts/runAnalysisOverSamples.py | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bin/hzz2l2v/runHZZ2l2vAnalysis.cc b/bin/hzz2l2v/runHZZ2l2vAnalysis.cc index 7ae491557..e9336783f 100644 --- a/bin/hzz2l2v/runHZZ2l2vAnalysis.cc +++ b/bin/hzz2l2v/runHZZ2l2vAnalysis.cc @@ -663,7 +663,16 @@ int main(int argc, char* argv[]) printf("Progressing Bar :0%% 20%% 40%% 60%% 80%% 100%%\n"); for(unsigned int f=0;f100):NFilesPerJob=len(list)/100; #make sure the number of jobs isn't too big + #if((len(list)/NFilesPerJob)>100):NFilesPerJob=len(list)/100; #make sure the number of jobs isn't too big for g in range(0, len(list), NFilesPerJob): groupList = ''