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

Closed 7 years ago

#317 closed defect (fixed)

Taus in OL MEs (width=0) + hadron decays

Reported by: Frank Siegert Owned by: Frank Siegert
Priority: major Milestone: rel-2.2.0
Component: Unknown Version: 2.1.1
Keywords: Cc:

Description

It is currently not possible to use WIDTH[15]=0 with the tau decays in HADRONS++. This is due to the line hdc->SetWidth(BR*Flav().Width()); in Hadron_Decay_Table.C.

Since at the same time the OL interface will complain about width>0.0 external particles, it's currently not possible to use ME taus with the hadronic decays.

Attachments (1)

OpenLoopsReplace_Interface.C (31.6 KB) - added by Frank Siegert 10 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 10 years ago by Frank Siegert

A workaround is to remove the corresponding warning lines in OpenLoops_Interface::MapFlavours. Since the OL interface is completely plugin-based, this is even possible without modifying the Sherpa installation by creating a new plugin library. The corresponding source code (taken from Sherpa 2.1.1) is attached and can then be compiled via

g++ -shared $(/your/path/to/bin/Sherpa-config --cppflags) -O2 -fPIC -DPIC $CXXFLAGS -o libSherpaOpenLoopsReplace.so OpenLoopsReplace_Interface.C

and used in a run card by specifying

SHERPA_LDADD=SherpaOpenLoopsReplace
ME_SIGNAL_GENERATOR=Amegic OpenLoopsReplace
...

Loop_Generator OpenLoopsReplace  # (in processes)
Last edited 10 years ago by Frank Siegert (previous) (diff)

Changed 10 years ago by Frank Siegert

comment:2 Changed 7 years ago by Frank Siegert

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Action
as closed The owner will remain Frank Siegert.

Add Comment


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

 
Note: See TracTickets for help on using tickets.