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

#143 closed defect (fixed)

ME_SIGNAL_GENERATOR switch

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

Description

Without an explicit specification of the ME_SIGNAL_GENERATOR for SM setups like Z+jets both Amegic and Comix get initialised. While Comix is used for integration etc I get Amegic libraries and in particular the first initial call stops asking for a compilation of the Amegic libs.

Couldn't we chage this such that in case Comix has the process Amegic isn't initialised???

Attachments (0)

Change History (4)

comment:1 Changed 13 years ago by Frank Siegert

I completely agree, although I don't understand what you mean by "Comix is used for integration"? I would have thought that, without specifying ME_SIGNAL_GENERATOR, Amegic would have been used?

Anyway, this should be as simple as:

Index: PHASIC++/Process/ME_Generators.C
===================================================================
--- PHASIC++/Process/ME_Generators.C	(revision 17018)
+++ PHASIC++/Process/ME_Generators.C	(working copy)
@@ -21,8 +21,8 @@
   std::vector<std::string> megens;
   if (!read.VectorFromFile(megens,"ME_SIGNAL_GENERATOR")) {
     megens.push_back("Internal");
+    megens.push_back("Comix");
     megens.push_back("Amegic");
-    megens.push_back("Comix");
   }
   for (size_t i(0);i<megens.size();++i) {
     if (megens[i]=="None") continue;

shouldn't it?

comment:2 Changed 13 years ago by Frank Siegert

Version: 1.2.30.trunk

comment:3 Changed 13 years ago by Steffen Schumann

Resolution: fixed
Status: newclosed

I changed the ordering of the ME generators such that Comix is tested before Amegic!

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