Difference between revisions of "Event generation"
From Particle Wiki
(Add event normalisation conventions) |
|||
Line 3: | Line 3: | ||
== Choice of event weight normalisation == | == Choice of event weight normalisation == | ||
− | There are basically four different choices to normalise event weights | + | There are basically four different choices to normalise event weights. Choosing a notation where <math>w_i</math> denotes the weight of the <math>i</math>th event, <math>N</math> is the number of generated events, <math>\sigma</math> is the generated [[cross section]] value and <math>\langle \cdots \rangle</math> denotes the average, the different conventions are: |
− | + | # <math>\langle w_i \rangle = 1</math> meaning that <math>\langle \sum_i w_i \rangle = N</math> | |
− | + | # <math>\langle w_i \rangle = \sigma</math> meaning that <math>\langle \sum_i w_i \rangle = N\sigma</math> | |
− | + | # <math>\langle w_i \rangle = 1/N</math> meaning that <math>\langle \sum_i w_i \rangle = 1</math> | |
− | + | # <math>\langle w_i \rangle = \sigma/N</math> meaning that <math>\langle \sum_i w_i \rangle = \sigma</math> | |
+ | |||
+ | The sums are over all generated events. |
Revision as of 19:06, 17 July 2017
Event generation refers to the computer-based simulation of events, usually using the Monte Carlo method and an event generator.
Choice of event weight normalisation
There are basically four different choices to normalise event weights. Choosing a notation where denotes the weight of the th event, is the number of generated events, is the generated cross section value and denotes the average, the different conventions are:
- meaning that
- meaning that
- meaning that
- meaning that
The sums are over all generated events.