whizard is hosted by Hepforge, IPPP Durham

Changes between Version 4 and Version 5 of ExampleZprime


Ignore:
Timestamp:
Apr 12, 2010, 9:31:29 AM (14 years ago)
Author:
ohl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleZprime

    v4 v5  
    3333beams = p,p => lhapdf
    3434}}}
    35 integrate the cross sections in order to initialize the phase space grids for similation
     35Integrate the cross sections in order to initialize the phase space grids for similation
    3636{{{
    3737integrate (zp_drell_yan) { iterations = 6:20000 }
    3838}}}
    39 choose weighted events for smoother histograms
     39Choose weighted events for smoother histograms
    4040{{{
    4141?unweighted = false
    4242}}}
    43 define title etc. as global variables, that will be used by PLOT
     43Define title etc. as global variables, that will be used by PLOT
    4444{{{
    4545$description =
     
    5151$ylabel = "$N_{\textrm{events}}$"
    5252}}}
    53 allocate plots
     53Allocate plots
    5454{{{
    5555$title = "$Z'$ Drell-Yan dilepton peak $pp\to \ell\ell$"
     
    7171           record th_lepton (eval Theta [e1])
    7272}}}
    73 simulate 100000 events
     73Simulate 100000 events
    7474{{{
    7575n_events = 100000
    7676simulate (zp_drell_yan)
    7777}}}
    78 write results to file (and run LaTeX to produce plots etc.)
     78and write results to file (and run LaTeX to produce plots etc.)
    7979{{{
    8080$analysis_filename = "Zprime"