sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #203


Ignore:
Timestamp:
Oct 10, 2011, 10:06:11 AM (13 years ago)
Author:
Frank Siegert
Comment:

I have simplified the Run.dat to leave out the METS selector and show that the same issue happens even with just a normal pT selector. Also, the nan seems to be Comix specific... at least a simple process like in the modified Run.dat's above does work with Amegic (which seems to have a different issue with containers, filed in a separate ticket). Running this with Comix, the Amplitude::EvaluateAll returns a nan even though the momenta look reasonable (large enough pT).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #203

    • Property Summary changed from Limitations of PARTICLE_CONTAINER to PARTICLE_CONTAINER and Comix
  • Ticket #203 – Description

    initial v1  
    1313
    1414(processes){
    15   Process 93 93 -> 5 -5
     15  Process 1 -1 -> 5 -5
    1616  End process;
    1717}(processes)
    1818
    1919(selector){
    20   METS sqr(20.0/E_CMS)
     20  PT 5 20.0 E_CMS
    2121}(selector)
    2222}}}
     
    3535
    3636(processes){
    37   Process 93 93 -> 905 905
     37  Process 1 -1 -> 905 905
    3838  End process;
    3939}(processes)
    4040
    4141(selector){
    42   METS sqr(20.0/E_CMS)
     42  PT 905 20.0 E_CMS
    4343}(selector)
    4444}}}
    4545
    46 I thought the METS jet finder is applied on the single process level, so I don't quite understand why this makes a difference here.
     46Running this with Comix, the `Amplitude::EvaluateAll` returns a nan even though the momenta look reasonable (large enough pT).