Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

scan-iterations.sin

Blame
  • scan-iterations.sin 328 B
    model = SM
    process ee = e1, E1 => e2, E2
    
    sqrts = 250 GeV
    
    ?vis_history = false
    plot scan_iterations
    
    scan real iteration = ((100 => 100000 /*/ 100)) {
     integrate (ee) { iterations = 5:1000:"gw", 5:iteration }
     record scan_iterations (iteration, integral (ee), error(ee))
    }
    
    write_analysis { $out_file = "scan-iterations.dat" }