|
close
Warning:
- Error with navigation contributor "BrowserModule"
- Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
May 29, 2018, 11:57:27 AM (7 years ago)
- Author:
-
mosel
- Comment:
-
negative weights explained
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
36 | 36 | As an example: if you want to calculate the inclusive pion production cross section, you have to loop over all particles and sum the perWeights of all pions. Simply taking the number of all pions would give false results. |
37 | 37 | |
| 38 | The weights can also be negative. This happens, e.g., in the case of pion production on nucleons. In this case the cross section is determined by the square of a coherent sum of resonance and background amplitudes and as such is positive. In the code the resonance contribution is separated out as the square of the resonance amplitude and as such is positive as well. The remainder, i.e. the sum of the square of the background amplitude and the interference term of resonance and background amplitudes, can be negative, however. This latter contribution is just the event type labeled 33 in the code that describes the 1pi bg plus interference. |
| 39 | |
|