Changes between Version 18 and Version 19 of pSPSS


Ignore:
Timestamp:
Dec 15, 2022, 3:58:56 PM (22 months ago)
Author:
Jan Hajer
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • pSPSS

    v18 v19  
    5959            if id in [8000011, 8000012]:
    6060                tau0 = random.expovariate(width / cst)
    61                 if 0.5 * (1 + math.exp(=damping)*math.cos(mass_splitting * tau0 / cst)) >= random.random():
     61                if 0.5 * (1 + math.exp(-damping)*math.cos(mass_splitting * tau0 / cst)) >= random.random():
    6262                    write_event = (leptonnumber == 0)
    6363                else: