Skip to content

Configuration files for VR Track Jets updated

Daniela Mascione requested to merge dmascion/training-dataset-dumper:r22 into r22

In configs/single-b-tag/fragments:

  • new file to be used with VR Track Jets configuration file added (to avoid errors due to nonexistent variables). This file (single-btag-vr-variables.json) is based on single-btag-variables.json, but the nonexistent variables "GhostBHadronsFinalCount", "GhostCHadronsFinalCount", "GhostBHadronsFinalPt" have been removed.

In configs/single-b-tag: TrackJets.json updated:

  • jet collection name updated
  • "nn_file_path": "BTagging/201903/dl1r/antikt4empflow/network.json" in "dl2_configs" asked for variables that are not present in r22, fixed with "dl2_configs": []
  • file updated in "variables" ("file": "fragments/single-btag-vr-variables.json")
  • "jet_int_variables": ["vr_overlap"] removed (it asked for a variable not present in "fragments/single-btag-variables.json")
  • "doubles": ["DL1rNew_pu","DL1rNew_pc","DL1rNew_pb"] removed (no more needed when "dl2_configs": [])

Merge request reports