Fork me on GitHub

Changes between Version 1 and Version 2 of WorkBook/PileUp


Ignore:
Timestamp:
Mar 6, 2013, 11:27:56 AM (12 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v1 v2  
    1 = Pile-up implementation in Delphes =
     1== Pile-up implementation in Delphes ==
    22
    33Multiple particle interactions per bunch-crossing are now implemented in Delphes. The procedure is divided in two main parts:
     
    66* pile-up subtraction with the fast jet area method
    77
    8 == Mixing pile-up ==
     8=== Mixing pile-up ===
    99
    1010The mixing procedure is done via the PileUpMerger module. The user can specify 4 parameters: PileUpFile, MeanPileUp, ZVertexWidth, ZVertexResolution.
     
    2929For |z|> ZVertexResolution the hard interaction vertex can be distinguished from pile-up vertices. For such pile-up events only neutrals are merged in the event (total charged particle subtraction), which assumes perfect vertex resolution and efficiency.
    3030
    31 == Pile-up contamination ==
     31=== Pile-up contamination ===
    3232
    3333The density (in GeV/A) of pile-up contamination (rho) per event is computed within the FastJetFinder module if the following parameters are defined:
     
    4040The method for the area calculation can also be specified (active area, passive area, Voronoi …) via the parameter AreaAlgorithm.
    4141
    42 == Pile-up subtraction ==
     42=== Pile-up subtraction ===
    4343
    4444Since charged particle have already been subtracted to some extent, pile-up contamination only affects the jet energy resolution and the lepton and photon isolations.
     
    5959
    6060
    61 = Running Delphes with Pile-Up =
     61== Running Delphes with Pile-Up ==
    6262
    6363