Opened 14 years ago
Closed 14 years ago
#359 closed task (fixed)
Discuss luminosity setup for weighted events
Reported by: | Juergen Reuter | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P1 | Milestone: | v2.0.4 |
Component: | core | Version: | 2.0.2 |
Severity: | major | Keywords: | events |
Cc: |
Description
Discuss this part of the WHIZARD code which I humbly changed for the sake of a smooth cross-over to 2.0.3:
luminosity = var_list_get_rval (sim%var_list, var_str ("luminosity")) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! To be discussed for 2.0.4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! if (sim%spar%unweighted) then !!! luminosity = var_list_get_rval (sim%var_list, var_str ("luminosity")) !!! else !!! luminosity = 0 !!! end if
I give it high priority because we should discuss this quite early. The examples depend on it.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Ok, I let myself be overruled, if TO and WK vote for setting the luminosity to zero (but I would issue at least a warning, better an error!) I would change the example for the LEP Higgs search accordingly. But my intent is to resolve this quickly, at the latest at our meeting in Siegen.
comment:3 Changed 14 years ago by
Owner: | changed from ALL to Juergen Reuter |
---|---|
Status: | new → assigned |
Forbid the lumi set-up, issue an error.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Has been made fatal in r2777.
Note: See
TracTickets for help on using
tickets.
I already vote in favour of removing that restriction, it is nevertheless useful to give a luminosity even for weighted events.