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.

Ticket #375: threshold_initialisation.patch

File threshold_initialisation.patch, 496 bytes (added by Enrico Bothmann, 7 years ago)

a patch for rel-2-2-4 (and other more recent revisions)

  • PHASIC++/Channels/ISR_Channels.C

     
    1717  int    type;
    1818  double mass,width;
    1919  std::set<double> ths;
    20   ths.insert(sqrt(p_psh->Cuts()->Smin()));
    2120  Multi_Channel *fsr(p_psh->FSRIntegrator());
    2221  std::vector<int> ts(fsr->Number(),0);
    2322  std::vector<double> ms(fsr->Number(),0.0), ws(fsr->Number(),0.0);