~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/iolibs/template_files/madevent_symmetry.f

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
         if (abs(lpp(1)) .eq. 3) m1 = 0.000511d0
104
104
         if (abs(lpp(2)) .eq. 3) m2 = 0.000511d0
105
105
         if (mass_ion(1).ge.0d0) m1 = mass_ion(1)
106
 
         if (mass_ion(2).ge.0d0) m1 = mass_ion(2)
 
106
         if (mass_ion(2).ge.0d0) m2 = mass_ion(2)
107
107
         if(ebeam(1).lt.m1.and.lpp(1).ne.9) ebeam(1)=m1
108
108
         if(ebeam(2).lt.m2.and.lpp(2).ne.9) ebeam(2)=m2
109
109
         pi1(0)=ebeam(1)