Fork me on GitHub

Changes between Version 15 and Version 16 of WorkBook/PileUp


Ignore:
Timestamp:
Mar 7, 2013, 11:34:28 AM (12 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v15 v16  
    3131=== Pile-up contamination ===
    3232
    33 The density (in GeV/A) of pile-up contamination (rho) per event is computed within the {{{FastJetFinder}}} module if the following parameters are defined:
     33For estimating pile-up contribution we use the well known fastjet area method, see for instance [http://arxiv.org/abs/0802.1188 arXiv:0802.1188], [http://arxiv.org/abs/0707.1378 arXiv:0707.1378].
     34First, the user must specify whether to calculate the area while clustering the jets within the {{{FastJetFinder}}} module . Several methods for the area calculation can also be specified (active area, passive area, Voronoi …) via the parameter {{{AreaAlgorithm}}}. By default this parameter is set to 0 (no area calculation):
     35
     36{{{
     37# area algorithm: 0 Do not compute area, 1 Active area explicit ghosts, 2 One ghost passive area, 3 Passive area, 4 Voronoi, 5 Active area
     38set AreaAlgorithm 5
     39}}}
     40
     41Then the median density (in GeV/A) of pile-up contamination (rho) per event can computed by defining the following parameters are defined:
    3442
    3543{{{
     
    3846}}}
    3947
    40 The method for the area calculation can also be specified (active area, passive area, Voronoi …) via the parameter {{{AreaAlgorithm}}}. By default this parameter is set to 0 (no area calculation)
    4148
    4249=== Pile-up subtraction ===
     
    8087
    8188
    82