Ticket #375: threshold_initialisation.patch
File threshold_initialisation.patch, 496 bytes (added by , 7 years ago) |
---|
-
PHASIC++/Channels/ISR_Channels.C
17 17 int type; 18 18 double mass,width; 19 19 std::set<double> ths; 20 ths.insert(sqrt(p_psh->Cuts()->Smin()));21 20 Multi_Channel *fsr(p_psh->FSRIntegrator()); 22 21 std::vector<int> ts(fsr->Number(),0); 23 22 std::vector<double> ms(fsr->Number(),0.0), ws(fsr->Number(),0.0);