Changes between Version 59 and Version 60 of WorkBook/PileUp
- Timestamp:
- Nov 20, 2015, 2:47:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/PileUp
v59 v60 152 152 {{{FracPt[i]}}}:: (sum pt of constituent within a ring 0.1*i<DeltaR<0.1*(i+1) )/(sum pt) 153 153 154 == Isolation with pile-up == 155 156 If !UseRhoCorrection is set to true the rho-corrected variable is used for isolation: 157 158 {{{ 159 IsolationVarRhoCorr = sumChargedNoPU + max(sumNeutral - max(rho, 0.0)*pi*R^2, 0.0) 160 }}} 161 162 Otherwise the beta variable is used: 163 164 {{{ 165 IsolationVar = sumChargedNoPU + max(sumNeutral - 0.5*sumChargedPU, 0.0) 166 }}} 167 154 168 == Running Delphes with Pile-Up == 155 169