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 14 years ago

Closed 14 years ago

Last modified 10 years ago

#78 closed defect (fixed)

Comix refuses to calculate mapped processes when listed as separate block

Reported by: Stefan Hoeche Owned by: Stefan Hoeche
Priority: major Milestone:
Component: Unknown Version: 1.2.1
Keywords: Cc: Markus.Merschmeyer@physik.rwth-aachen.de

Description

The problem occurs for example when using the following runcard

(run){
 EVENTS = 100
 EVENT_MODE = HepMC
! HEPMC2_GENEVENT_OUTPUT = hepmc2_genevent_out
}(run)

(beam){
 BEAM_1 = 2212; BEAM_ENERGY_1 = 3500;
 BEAM_2 = 2212; BEAM_ENERGY_2 = 3500;
}(beam)

(processes){
 Process 93 93 -> 11 -12
! Order_EW 2;
! Print_Graphs : Graphs;
 End process;
 Process 93 93 -> -11 12
! Order_EW 2;
! Print_Graphs : Graphs;
 End process;
 Process 93 93 -> 13 -14
! Order_EW 2;
! Print_Graphs : Graphs;
 End process;
 Process 93 93 -> -13 14
! Order_EW 2;
! Print_Graphs : Graphs;
 End process;
}(processes)

(selector){
}(selector)

(isr){
  PDF_LIBRARY     = LHAPDFSherpa
  PDF_SET         = cteq6ll.LHpdf
  PDF_SET_VERSION = 1
  PDF_GRID_PATH   = PDFsets
}(isr)

(me){
 ME_SIGNAL_GENERATOR = Internal Comix
}(me)

(mi){
 MI_HANDLER = None  # None or Amisic
}(mi)

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Stefan Hoeche

Resolution: fixed
Status: newclosed

This problem is solved with trunk r15265 and r15266. The fix will be contained in release 1.2.2.

comment:2 Changed 12 years ago by Frank Siegert

Milestone: rel-old

comment:3 Changed 10 years ago by Stefan Hoeche

Milestone: old

Milestone old 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.