Skip to content
Snippets Groups Projects

New HLT2 sequences for PbPb data taking with and without UT

Merged Oscar Boente Garcia requested to merge RTA_audurier into master
All threads resolved!
  • creating a new specific sequence for ion-ion data taking (PbPb and Pb gas)

    • adding two new sequences to standalone.py to be used during PbPb data-taking: standalone_hlt2_light_reco_ion (created from standalone_hlt2_light_reco) and standalone_hlt2_light_reco_ion_without_UT (created following standalone_hlt2_light_reco_without_UT)

    • each of them call (in hlt2_tracking.py) make_hlt2_tracks_ion and make_hlt2_tracks_ion_without_UT (instead of make_hlt2_tracks and make_hlt2_tracks_UT) to get the track information.

      • In them, Best tracks can be filtered with LoKi cut throught a LoKiTrackSelector. The cut can be implemented through the bind fit_preselection, to be set to None for no cut and directly to the selection string. Only best tracks are filtered (BestLong in reconstruction without UT and both BestLong and BestDownstream in reconstruction with UT). The cut must be tuned to a loose ghost probability cut (like TrGHOSTPROB<0.9999) to reduce the amount of fake tracks in high occupancy events to greatly reduce the time spent in RICH reconstruction.

      • adding 8 new option files in Moore/Hlt/RecoConf/options for testing, with and without MC checking: hlt2_lead_lead_light_reco_pr_kf_without_UT_gec_40000.py, hlt2_lead_lead_light_reco_pr_kf_without_UT_gec_60000.py, hlt2_lead_lead_light_reco_pr_kf_gec_40000.py, hlt2_lead_lead_light_reco_pr_kf_gec_60000.py.

      • In the test option file for the sequence with UT, we set a cut of TrGHOSTPROB<0.9999 to reduce the time spent at RICH (following this presentation). For the test of the sequence without UT, we use TrGHOSTPROB<0.8. This is tighter with respect to what was shown in the presentation since the ghost probability performance is now worse in the reconstruction without UT (see M!1560 for details).

    • future tunings of the track reconstruction algorithms (specially seeding and forward) to improve the performance in high-occupancy events will be called only in those sequences to avoid interference with pp conditions.

Edited by Oscar Boente Garcia

Merge request reports

Merge request pipeline #4218840 passed with warnings

Merge request pipeline passed with warnings for 2d0a0944

Approved by

Merged by Sebastien PonceSebastien Ponce 2 years ago (Jul 13, 2022 6:35am UTC)

Merge details

  • Changes merged into master with dd862cd7 (commits were squashed).
  • Deleted the source branch.

Pipeline #4222844 passed with warnings

Pipeline passed with warnings for dd862cd7 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • dc40505e - Changed fit_preselection to post_fit_selection

    Compare with previous version

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Edited by Software for LHCb
  • added 1 commit

    • 70d3ed27 - Removed mult_checkers from standalone_hlt2_light_reco

    Compare with previous version

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Sebastien Ponce approved this merge request

    approved this merge request

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 061c5812 - write specific PbPb sequence

    Compare with previous version

  • Oscar Boente Garcia added 217 commits

    added 217 commits

    Compare with previous version

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Edited by Software for LHCb
  • Oscar Boente Garcia added 125 commits

    added 125 commits

    Compare with previous version

  • Hi @sponce, I had to rebase on master the branch today again, I noticed that some commits were missed (I guess because yesterday I forgot to update my local version of master before rebasing..). Sorry, let's hope this is the good one!

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Sebastien Ponce mentioned in commit dd862cd7

    mentioned in commit dd862cd7

  • mentioned in issue #454 (closed)

  • Samuel Belin mentioned in merge request !1795 (closed)

    mentioned in merge request !1795 (closed)

  • Please register or sign in to reply
    Loading