| 1 | |
| 2 | |
| 3 | === Definition === |
| 4 | |
| 5 | In general, the probability that an event is accepted depends on the characteristics of the measured event, and not on the process that produced it. The measured probability density %$\bar{P}(x,\alpha)$% can be related to the produced probability density %$P(x,\alpha)$%: %\[\bar{P}(x,\alpha)=Acc(x) P(x,\alpha)\]% where %$ Acc(x)$% is the detector acceptance, which depends only on %$ x $% |
| 6 | |
| 7 | In the computation of the likelihood of the MatrixElement, this acceptance term induce the following term: %\[\int Acc(x) P(x,\alpha)dx\]% |
| 8 | |
| 9 | This could be estimated easily, by MC, as the number of accepted events on the number of generated events. %\[\frac{N_{accepted}}{N_{generated}}\]% |
| 10 | |
| 11 | === How to compute Acceptance term with pythia/PGS. === |
| 12 | |
| 13 | WARNING: This module is in devellopment. This module is (not yet) on any official distribution. |
| 14 | |
| 15 | 1. In order to have the computation of the acceptance term in MW you have to put in the MadWeight_card.dat the following option |
| 16 | {{{ |
| 17 | Block MW_Run |
| 18 | 4. T # normalizes weight (1/sigma prefactor) |
| 19 | acceptance_run T # computes the acceptance term}}} |
| 20 | |
| 21 | -- Main.OlivierMattelaer - 22 May 2009 |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 | |
| 28 | |
| 29 | |