Fork me on GitHub

Changes between Version 39 and Version 40 of WorkBook/PileUp


Ignore:
Timestamp:
Dec 17, 2014, 10:49:31 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v39 v40  
    104104The charged pile-up subtraction is done via the !TrackPileUpSubtractor module.
    105105It simply removes from the specified input collections tracks that are distant enough from the primary vertex.
    106 The distance is controlled by the parameter ZVertexResolution:
     106The distance is controlled by the following parameter:
    107107
    108 * {{{ZVertexResolution}}}
    109 
    110 For |z|< ZVertexResolution the hard interaction vertex cannot be distinguished from pile-up vertices.
    111 For |z|> ZVertexResolution the hard interaction vertex can be distinguished from pile-up vertices.
     108 {{{ZVertexResolution}}}::
     109 {{{}}}:: For |z|< ZVertexResolution the hard interaction vertex cannot be distinguished from pile-up vertices.
     110 {{{}}}:: For |z|> ZVertexResolution the hard interaction vertex can be distinguished from pile-up vertices.
    112111
    113112
    114113{{{
    115 
    116114module TrackPileUpSubtractor TrackPileUpSubtractor {
    117115
     
    122120  set ZVertexResolution 0.0001
    123121}
    124 
    125122}}}
    126123