whizard is hosted by Hepforge, IPPP Durham

Opened 15 years ago

Last modified 15 years ago

#232 closed defect

beams statement inside integrate{...} affects following integrate statement — at Version 1

Reported by: sschmidt Owned by: kilian
Priority: P2 Milestone:
Component: core Version: 2.0.0rc2
Severity: critical Keywords:
Cc:

Description (last modified by Juergen Reuter)

If having an integrate command with some statements attached, e.g.

integrate(uuee) {beams = p,p -> lhapdf
 iterations = 4:10000, 6:10000 }

the rest of the sin-file is affected in a probably unintended way: iterations is reset to the value before (I thinkthis is intended), but the beams are set to something unusable, that is tf there is no new beams-statement the next integrate fails with

*** FATAL ERROR: Evaluator product: no matching states found
***                 -----------------------------------
***              Maybe you chose the wrong initial state
***              for the hard interaction, or there is a
***              mismatch in the structure functions.

Everything is fine if the additional beams statement inside the curly braces is omitted. See the attached file for a complete example.

Change History (2)

Changed 15 years ago by sschmidt

Attachment: ticket232.sin added

comment:1 Changed 15 years ago by Juergen Reuter

Description: modified (diff)
Priority: P3P2
Severity: normalcritical

Probably linked to Ticket #231. WK, this is your metier, and it is urgent *lol*

Note: See TracTickets for help on using tickets.