Fork me on GitHub

Changes between Version 59 and Version 60 of WorkBook/PileUp


Ignore:
Timestamp:
Nov 20, 2015, 2:47:20 PM (9 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v59 v60  
    152152 {{{FracPt[i]}}}:: (sum pt of constituent within a ring 0.1*i<DeltaR<0.1*(i+1) )/(sum pt)
    153153
     154== Isolation with pile-up ==
     155
     156If !UseRhoCorrection is set to true the rho-corrected variable is used for isolation:
     157
     158{{{
     159IsolationVarRhoCorr = sumChargedNoPU + max(sumNeutral - max(rho, 0.0)*pi*R^2, 0.0)
     160}}}
     161
     162Otherwise the beta variable is used:
     163
     164{{{
     165IsolationVar = sumChargedNoPU + max(sumNeutral - 0.5*sumChargedPU, 0.0)
     166}}}
     167
    154168== Running Delphes with Pile-Up ==
    155169