whizard is hosted by Hepforge, IPPP Durham

Opened 11 years ago

Closed 10 years ago

#552 closed defect (fixed)

Two issues with beam setup

Reported by: Juergen Reuter Owned by: Juergen Reuter
Priority: P0 Milestone: v2.2.0
Component: core Version: 2.1.1
Severity: normal Keywords:
Cc:

Description

Two things from the old lhapdf.sin test are not working, the first one maybe correctly so:

process foo = u:d:c, U:D:C => e1, E1
sqrts = <number>
integrate (foo)

i.e. a process with particle lists in the initial state is not working in WHIZARD 2. Empty state matrix, triggering a bug. In 2.1.1 one representative was taken, and the process evaluated (my guess), but maybe this case without beam specification should fail with a distinct message!? Opinions?

Second issue: Not sure that this case works with the recent setup:

beams = p, A => lhapdf, lhapdf
 
integrate (lhapdf_drell_yan) {  $lhapdf_file = "cteq5l.LHgrid" 
   $lhapdf_file = "GSG961.LHgrid" }

i.e. specifying a proton and a photon PDF. This is important and should also work with the new setup of shallow bindings.

Change History (3)

comment:1 Changed 10 years ago by Juergen Reuter

@1: we will veto this.

@2: two different SF tags: "lhapdf" and "lhapdf_photon"

comment:2 Changed 10 years ago by Juergen Reuter

Owner: changed from kilian to Juergen Reuter
Priority: P2P0
Status: newassigned

First part done in r4986.

comment:3 Changed 10 years ago by Juergen Reuter

Resolution: fixed
Status: assignedclosed

Second part done (incl. non-unit tests) in r4988. Closing.

Note: See TracTickets for help on using tickets.