Skip to content

Commit

Permalink
update tutorial notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Aug 19, 2024
1 parent d53680c commit 00c43b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/applying_corrections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,11 @@
"jets['pt_raw'] = (1 - jets['rawFactor']) * jets['pt']\n",
"jets['mass_raw'] = (1 - jets['rawFactor']) * jets['mass']\n",
"jets['pt_gen'] = ak.values_astype(ak.fill_none(jets.matched_gen.pt, 0), np.float32)\n",
"jets['rho'] = ak.broadcast_arrays(events.fixedGridRhoFastjetAll, jets.pt)[0]\n",
"jets['PU_rho'] = ak.broadcast_arrays(events.fixedGridRhoFastjetAll, jets.pt)[0]\n",
"name_map['ptGenJet'] = 'pt_gen'\n",
"name_map['ptRaw'] = 'pt_raw'\n",
"name_map['massRaw'] = 'mass_raw'\n",
"name_map['Rho'] = 'rho'\n",
"name_map['Rho'] = 'PU_rho'\n",
" \n",
"corrector = FactorizedJetCorrector(\n",
" Fall17_17Nov2017_V32_MC_L2Relative_AK4PFPuppi=evaluator['Fall17_17Nov2017_V32_MC_L2Relative_AK4PFPuppi'],\n",
Expand Down

0 comments on commit 00c43b3

Please sign in to comment.