diff --git a/scripts/submit_jobs.py b/scripts/submit_jobs.py index 97950b7..5db172a 100644 --- a/scripts/submit_jobs.py +++ b/scripts/submit_jobs.py @@ -127,7 +127,7 @@ #Move the millepede.bin elif ("hipster" in step): sG.setHpstrFolder(hpstrFolder) - sG.runHipster(ifile,filePrefix+".root",hpstrCfg,isData,extraFlags) + sG.runHipster(ifile,filePrefix+".root",hpstrCfg,isData,,year,extraFlags) sG.closeScript() #rhel60 is deprecated #print "bsub -W "+wall+" -R rhel60 -q " + config.queue + " -o " + logdir + " -e " + logdir + " "+sG.scriptFileName