whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#789 closed defect (fixed)

NLO Events for multiple Born Flavor Structures

Reported by: cweiss Owned by: cweiss
Priority: P3 Milestone: v2.5.0
Component: nlo Version: 2.2.8
Severity: normal Keywords:
Cc:

Description

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)

comment:1 Changed 9 years ago by Juergen Reuter

Milestone: v2.3.0v2.3.1

comment:2 Changed 9 years ago by Juergen Reuter

Milestone: v2.3.1v2.3.2

comment:3 Changed 9 years ago by Juergen Reuter

Milestone: v2.3.2v2.4.0

Milestone renamed

comment:4 Changed 8 years ago by Juergen Reuter

Milestone: v2.4.0v2.4.1

comment:5 Changed 8 years ago by cweiss

Resolution: fixed
Status: newclosed

comment:6 Changed 8 years ago by Juergen Reuter

Milestone: v2.4.1v2.5.0

Milestone renamed

Note: See TracTickets for help on using tickets.