Opened 6 years ago
Closed 6 years ago
#1316 closed How to (fixed)
Question on global parameters with DelphesPythia8
Reported by: | Alexis Kalogeropoulos | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes miscellaneous | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello
I am trying to define some global parameters as shown here
https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/ConfigFile
so what I do is like
set SkipEvents 1000 set MaxEvents 5 set ExecutionPath {... }
but I actually see when running DelphesPythia8 (3.4.2pre15) is that these are ignored (ie always starting from the first event and processing more than 10 as requesting)
Can you please advice here ?
Thanks
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
In case of DelphesPythia8, the number of events to generate is defined in the .cmnd file as Main:numberOfEvents.
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
SkipEvents and MaxEvents are only implemented in DelphesHepMC, DelphesLHEF and DelphesSTDHEP.