whizard is hosted by Hepforge, IPPP Durham

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#232 closed defect (fixed)

beams statement inside integrate{...} affects following integrate statement

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.

Attachments (1)

ticket232.sin (857 bytes) - added by sschmidt 15 years ago.

Download all attachments as: .zip

Change History (6)

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*

comment:2 Changed 15 years ago by sschmidt

I don't think that #231 and #232 are connected: They have the same error message but #232 appears when integrating while #231 appears when simulating.

comment:3 Changed 15 years ago by kilian

Status: newassigned

When run with nagfor, the program crashes with an undefined pointer. I'll check.

comment:4 Changed 15 years ago by kilian

Resolution: fixed
Status: assignedclosed

[1953].

The problem was unrelated to #231. For the structure function setup, changing local data had a side-effect on global data.

comment:5 Changed 15 years ago by Juergen Reuter

Milestone: v2.0-rc3

Milestone v2.0-rc3 deleted

Note: See TracTickets for help on using tickets.