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.
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#130 closed defect (fixed)

EGamma setup: x=1 in SF, TChannelWeight bad momenta

Reported by: Frank Siegert Owned by: Stefan Hoeche
Priority: minor Milestone:
Component: Unknown Version: 1.2.3
Keywords: Cc:

Description

In the default EGamma example setup the integration leads to the following two kinds of errors:

SF::CalculateWeight : x out of bounds 1 at 17038.3, xrange = 1e-06 ... 0.999999

TChannelWeight: bad momenta!!!! -0.991994 - 0.473135 (0.566092)
1: (35.2969,0,0,35.2969)
2: (35.2969,0,0,-35.2969)
3: (7.91879,0.0321595,6.52771,4.48277)
4: (62.675,-0.0321595,-6.52771,-4.48277)

The SF one goes away if I disable the electron PDF by PDF_SET_2=None, that might explain why it hasn't appeared before (we didn't use to active electron PDFs by default).

Attachments (0)

Change History (4)

comment:1 Changed 13 years ago by Frank Siegert

It seems like the combination of ISR handler and beam handler in this setup leads to the problems. Looking at Phase_Space_Handler::Differential(process,mode) then the momenta still look fine before the p_isrhandler->BoostInLab happens:

  401:p_lab[0]=(89.1145,0,0,89.1145)
  402:p_lab[1]=(89.1145,0,0,-89.1145)

After that they also still seem ok:

  404:p_lab[0]=(38.8405,0,0,38.8405)
  405:p_lab[1]=(204.461,0,0,-204.461)

Then comes the p_beamhandler->BoostInLab which makes them:

  407:p_lab[0]=(25.9257,0,0,25.9257)
  408:p_lab[1]=(306.313,0,0,-306.313)

(which is clearly wrong given that both beam energies are at 250 GeV).

comment:2 Changed 13 years ago by Stefan Hoeche

Owner: changed from support@sherpa-mc.de to Stefan Hoeche

comment:3 Changed 13 years ago by Stefan Hoeche

Resolution: fixed
Status: newclosed

Fixed with r17109.

comment:4 Changed 10 years ago by Stefan Hoeche

Milestone: rel-1.3.0

Milestone rel-1.3.0 deleted

Modify Ticket

Change Properties
Action
as closed The owner will remain Stefan Hoeche.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.