Fork me on GitHub

Changes between Version 17 and Version 18 of WorkBook/PileUp


Ignore:
Timestamp:
Mar 7, 2013, 12:06:14 PM (11 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v17 v18  
    55* mixing pile-up events with the main interaction
    66* pile-up subtraction with the fast jet area method
     7
     8An example card that uses the following is {{{examples/delphes_card_CMS_PileUp.tcl}}}
    79
    810=== Mixing pile-up ===
     
    3234
    3335For 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].
     36
    3437First, the user must specify whether to calculate the area while clustering the jets within the {{{FastJetFinder}}} module. Several methods for the area calculation can be specified (active area, passive area, Voronoi …) via the parameter {{{AreaAlgorithm}}}. By default this parameter is set to 0 (no area calculation):
    3538
     
    4649}}}
    4750
    48 Note that it is common to use one jet algorithm for the rho density calculation (e.g kt with 0.6 cone) and one for the analysis (anti-kt with 0.5). In such a case, in order to be able to perform the pile subtraction (see below), one needs to compute the area also for the analysis jets. 
     51Note that it is common to use one jet algorithm for the rho density calculation (e.g kt with 0.6 cone) and one for the analysis (anti-kt with 0.5). In such a case, in order to be able to perform the pile-up subtraction (see below), one needs to compute the area also for the jets relevant for the analysis. 
     52 
    4953
    50 #k_t
    5154=== Pile-up subtraction ===
    5255
     
    8790./DelphesSTDHEP examples/delphes_card_CMS_PileUp.tcl X_PileUp.root X.hep
    8891}}}
    89