Skip to content
Snippets Groups Projects

Draft: Writing truth charge particle information for trackless

Open Wei Sheng Lai requested to merge wlai/training-dataset-dumper:wei/trackless_truth into main
2 unresolved threads

Description

Added an option to dump truth charged particles. This information could be useful for trackless b-tagging development together with the Barcode variable.

There is still some question to be address:

  • What selection should we apply on the truth charge particle (current: status==1, energy>=500 MeV)
  • How many truth particle should we write? (5, 10, 20)

We should probably write multiple barcode information for each hit in the future.

Side note: With the "any" option here, I have a feeling ftagTPValid flag is outdated.

Review checklist:

  • CI Passing
  • Comments addressed
  • Source branch is up to date with target

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
144 146 "particles": "promptLepton"
145 147 },
146 148 "decorate_summary": true
149 },
150 {
151 "association": {
152 "file": "fragments/baseline-truth-kinematics.json",
153 "particles": "stableCharged"
154 },
155 "association_name": "charged_particles",
156 "output": {
157 "n_to_save": 20,
  • Wei Sheng Lai added 1 commit

    added 1 commit

    Compare with previous version

  • Wei Sheng Lai added 1 commit

    added 1 commit

    • 9350e68c - write hit barcode with for trigger

    Compare with previous version

  • Please register or sign in to reply
    Loading