Skip to content

Commit

Permalink
Merge pull request #5 from HEP-KBFI/Update
Browse files Browse the repository at this point in the history
Updated the variable description in the data example notebook
  • Loading branch information
Laurits7 authored Apr 5, 2024
2 parents d6d274c + c0f7443 commit e3b5dd3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions notebooks/data_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,10 @@
" 'reco_cand_charge',\n",
" 'reco_cand_pdg',\n",
" 'reco_jet_p4s',\n",
" 'reco_cand_dxy',\n",
" 'reco_cand_dz',\n",
" 'reco_cand_d3',\n",
" 'reco_cand_dxy_err',\n",
" 'reco_cand_dz_err',\n",
" 'reco_cand_d3_err',\n",
" 'reco_cand_d0',\n",
" 'reco_cand_z0',\n",
" 'reco_cand_d0_err',\n",
" 'reco_cand_z0_err',\n",
" 'gen_jet_p4s',\n",
" 'gen_jet_tau_decaymode',\n",
" 'gen_jet_tau_p4s',\n",
Expand Down Expand Up @@ -116,13 +112,9 @@
"| reco_cand_pdg | PDGid per cand in the jet.|\n",
"| reco_jet_p4s | RecoJet 4-momenta. |\n",
"| reco_cand_dz | Longitudinal impact parameter per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_d3 | 3D distance between the track and the reference point per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_dz_err | Uncertainty of the longitudinal impact parameter per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_d3_err | Uncertainty of the 3D distance between the track and the reference point per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_d0 | Distance between the track and the reference point in x-y plane per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_z0 | Distance between the track and the reference point in z-direction per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_d0_err | Uncertainty of the distance between the track and the reference point in x-y planeper cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_z0_err | Uncertainty of the distance between the track and the reference point in z-direction per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_dxy | Transverse impact parameter per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| reco_cand_dxy_err | Uncertainty of the transverse impact parameter per cand in the jet. For future steps. Fill value used for neutral cands as no track parameters can be calculated. |\n",
"| gen_jet_p4s | GenJet 4-momenta. Matched with RecoJet within a cone of radius dR < 0.4.|\n",
"| gen_jet_tau_decaymode | Decay mode of the associated genTau. Jets that have associated leptonically decaying taus are removed, so there are no DM=16 jets. If no GenTau can be matched to GenJet within dR<0.4, fill value is used. |\n",
"| gen_jet_tau_p4s | Visible 4-momenta of the genTau. If no GenTau can be matched to GenJet within dR<0.4, fill value is used. |\n",
Expand Down

0 comments on commit e3b5dd3

Please sign in to comment.