Opened 11 years ago
Closed 11 years ago
#183 closed How to (fixed)
Setting first event, and number of events?
Reported by: | Salvatore Rappoccio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | first event | Cc: |
Description
Hi,
I've been reading through the documentation, and I see that there is a parameter "NEvents" which specifies the number of events to process. However I don't see an option to skip a certain number of events (for instance, to run several jobs in parallel). Is this available?
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
To use these new parameters you can just add
set MaxEvents 10
set SkipEvents 10
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The MaxEvents and SkipEvents parameters are now available in the new release 3.0.10.
Note:
See TracTickets
for help on using tickets.
NEvents is not implemented in Delphes 3.
I've just added 2 new parameters MaxEvents and SkipEvents.
Here is a preliminary version:
http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.0.10.pre3.tar.gz
Could you, please check if this version works for you?