Opened 15 years ago
Last modified 15 years ago
#232 closed defect
beams statement inside integrate{...} affects following integrate statement — at Initial Version
Reported by: | sschmidt | Owned by: | kilian |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | core | Version: | 2.0.0rc2 |
Severity: | critical | Keywords: | |
Cc: |
Description
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 sinn-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.
Note: See
TracTickets for help on using
tickets.