NLO Events for multiple Born Flavor Structures
Now that ISR NLO works with weighted event generation, we have to address the problem of multiple Born flavors.
For a LO simulation, the flavor written to the HepMC file is generated in evt_trivial_make_particle_set, according to the flavor weights stored in the state matrices. We have to emulate a similar behavior for evt_nlo.
This requires a restructuring of the event generation algorithm (of evt_nlo), which currently loops over all n_phs * n_flv configurations and writes one event for each, sequentially. This sequentiality has to be removed, and the event generation has to happen after the computation of weights.
Change History (6)
Milestone: |
v2.3.0 →
v2.3.1
|
Milestone: |
v2.3.1 →
v2.3.2
|
Milestone: |
v2.3.2 →
v2.4.0
|
Milestone: |
v2.4.0 →
v2.4.1
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
v2.4.1 →
v2.5.0
|
Milestone renamed