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

#163 closed defect (fixed)

Massive initial states seem not to work - four mom conservation fails

Reported by: Frank Krauss Owned by: support@sherpa-mc.de
Priority: major Milestone:
Component: Unknown Version: 0.trunk
Keywords: Cc:

Description

Run card is attached.

Attachments (1)

Run.LHCB_PDFs.dat (1014 bytes) - added by Frank Krauss 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by Frank Krauss

Attachment: Run.LHCB_PDFs.dat added

comment:1 Changed 13 years ago by Frank Krauss

Two types of error messages:

  1. Remnant_Base::AdjustKinematics(): Parton (0xab05b60) has non-positive energy (-nan,-nan,-nan,-nan)
  1. Blob_List::FourMomentumConservation(): (0x9e1f744) Four Momentum is not conserved. p_{in} = (3500,0,0,-3500) vs. p_{out} = (3498.02,-1.32457,-0.562421,-3498.02).

While 1. is kind of rare (3 incidents in 10k events), 2. happens in about 1% of events.

I suspect I should add a masscut on the three outgoing objects, but I thought this was implicitly already done.

comment:2 Changed 13 years ago by Frank Siegert

I can reproduce these, they seem to come from the beam remnants, since BEAM_REMNANTS=Off gets rid of them.

Aside: The syntax in your scale definition is wrong, it has to be MPerp2(...).

Here is a minimal Run.dat to reproduce this:

(run){
  EVENTS 1000000;

  EVENT_GENERATION_MODE Weighted;
  MASSIVE[5] = 1
  FRAGMENTATION=Off

  BEAM_1  2212; BEAM_ENERGY_1 3500;
  BEAM_2  2212; BEAM_ENERGY_2 3500;
}(run)

(processes){
  Process 93 5  -> 13 -13 5
  Order_EW 2;
  End process;
}(processes)

(selector){
  PT     5      5 E_CMS;
  PT    -5      5 E_CMS;
  PT    13      5 E_CMS;
  Mass  13 -13 15 E_CMS;
}(selector)

comment:3 Changed 13 years ago by Stefan Hoeche

This issue is solved with r17318. A problem in the CSS remains, which leads to 4-momentum violations and occurs every ~10000 events.

comment:4 Changed 13 years ago by Stefan Hoeche

Resolution: fixed
Status: newclosed

Solved in r17321.

comment:5 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 support@sherpa-mc.de.

Add Comment


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

 
Note: See TracTickets for help on using tickets.