Changes between Initial Version and Version 1 of AcceptanceTerm


Ignore:
Timestamp:
Mar 20, 2012, 4:16:29 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AcceptanceTerm

    v1 v1  
     1
     2
     3=== Definition ===
     4
     5In 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
     7In the computation of the likelihood of the MatrixElement, this acceptance term induce the following term: %\[\int Acc(x) P(x,\alpha)dx\]%
     8
     9This 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
     13WARNING: 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{{{
     17Block 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