@@ -316,8 +316,8 @@ if evgenConfig.minevents > 0 :
ifevgenConfig.nEventsPerJob<1:
raiseRuntimeError("evgenConfig.nEventsPerJob must be at least 1")
elifevgenConfig.nEventsPerJob>100000:# limitation to 100k events per output lhe file
raiseRuntimeError("evgenConfig.nEventsPerJob can be max. 100000")
#elif evgenConfig.nEventsPerJob > 100000:# limitation to 100k events per output lhe file
#raise RuntimeError("evgenConfig.nEventsPerJob can be max. 100000")
else:
evgenLog.info("evgenConfig.nEventsPerJob = {}, but only {} (dummy) event(s) will be generated by Pythia8 for lhe-only production".format(evgenConfig.nEventsPerJob,postSeq.CountHepMC.RequestedOutput))
### NB: postSeq.CountHepMC.RequestedOutput is set to 1 in LHEonly.py