Skip to content
Snippets Groups Projects

B2CC 2023 superliaison tasks

Merged Xiaofan Hu requested to merge xihu/super-liaison into master

B2CC

Only Analysis Productions for TURBO dataset by now.

Modes:

  • B+J/ψ(μμ)K+B^+\to J/\psi(\to \mu\mu) K^+
    🟢
  • Bs0J/ψ(μμ)ϕ(K+K)B^0_s\to J/\psi(\to \mu\mu) \phi(K^+ K^-)
    🟢
  • Bs0J/ψ(ee)ϕ(K+K)B^0_s\to J/\psi(\to e e) \phi(K^+ K^-)
    🟢
  • B0J/ψ(μμ)KS0(π+π)B^0 \to J/\psi(\to \mu \mu) K_S^0(\pi^+ \pi^-)
    (only LL for 2023) 🟢
  • B0J/ψ(μμ)K0(K+π)B^0 \to J/\psi(\to \mu \mu) K^{*0} (K^+ \pi^-)
    🟢
  • B+J/ψ(μμ)K+(K+π0)B^+ \to J/\psi(\to \mu \mu) K^{*+} (K^+ \pi^0)
    🟢
  • B+χc1(J/ψγ)K+B^+ \to \chi_{c1} (\to J/\psi \gamma) K^+
    🟢
  • B0J/ψ(μμ)π0B^0\to J/\psi(\to \mu\mu) \pi^0
    :red_circle:(we are missing the line, to be followed later)
Edited by Xiaofan Hu

Merge request reports

Checking pipeline status.

Merged by Ozlem OzcelikOzlem Ozcelik 1 year ago (Sep 8, 2023 5:16pm UTC)

Merge details

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

Pipeline #6170426 passed

Pipeline passed for 7efd0d39 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
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Peilian Li
  • Thanks a lot @xihu for preparing the MR. I should have made it clear that we may look at Detached lines. I made several suggestions, could you please check and apply if they look good to you.

  • Peilian Li requested review from @oozcelik

    requested review from @oozcelik

  • 28 bk_query: "/LHCb/Commissioning23/Beam6800GeV-VeloClosed-MagDown-Excl-UT/Real Data/SprucingPass23/94000000/B2CC.DST"
    29 dq_flags:
    30 - OK
    31 - UNCHECKED
    32 options:
    33 entrypoint: b2cc_turbo_superliaison.dv_BdToJpsiKshortLL:main
    34 extra_options:
    35 input_type: ROOT
    36 input_process: "TurboPass"
    37 input_stream: b2cc
    38 input_raw_format: 0.5
    39 simulation: False
    40 data_type: "Upgrade"
    41 geometry_version: trunk
    42 conditions_version: master
    43 BdToJpsiKstar_TurboPass_MagDown:
    • If you merge the different dv_*.py into one file, then we only need one set of the input and options here for all modes, as Ryun suggested.

    • See a good example here.

    • At first glance, I strongly suggest to add

      1. "ISMUON": F.ISMUON variable which is quite powerful to clean up the backgrounds from my experiences.
      2. HLT1 info for some widely used lines within B2CC
         Hlt1_decisions = [
             'Hlt1TrackMVADecision', 'Hlt1TwoTrackMVADecision',
             'Hlt1OneMuonTrackLineDecision', 'Hlt1DiMuonHighMassDecision', 
             'Hlt1TrackMuonMVADecision'
         ]
      evt_variables += SelectionInfo(selection_type="Hlt2", trigger_lines=[line_name])
      1. I would also suggest to add track chi2 "TRCHI2DOF": F.CHI2DOF, - I am curious about this as it was not working as it should be earlier. Would be nice to compare with MCs.
      2. Can we also add variables below as they are important for the quick detector commissioning checks :
         evt_variables  += FunctorCollection({
             "RUNNUMBER": F.RUNNUMBER(odin),
             "EVENTNUMBER": F.EVENTNUMBER(odin),
             "nTracks": F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nTracks"),
             "nPVs": F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nPVs"),
             "nFTClusters": F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nFTClusters")
      Edited by Ozlem Ozcelik
    • I added my 2 cents above @xihu please let me know if you need any help for implementing those.

    • Xiaofan Hu changed this line in version 12 of the diff

      changed this line in version 12 of the diff

    • Please register or sign in to reply
  • unassigned @roneil

  • Peilian Li removed review request for @roneil

    removed review request for @roneil

  • I made a MR for the JpsiPi0 mode but I would rather wait for @chefdevi to review it - there might be some cuts that should be revised

  • Ozlem Ozcelik marked this merge request as draft

    marked this merge request as draft

  • Hi Xiaofan, Would it be possible to include these two exclusive line channels, BuToChicKPlus and BuToJpsiKstPlus? I made one related MR before (!571 (merged)) and it would be great if you could add these two photon-involved channels.

  • Xiaofan Hu added 1 commit

    added 1 commit

    Compare with previous version

  • Camilla De Angelis approved this merge request

    approved this merge request

  • Camilla De Angelis unapproved this merge request

    unapproved this merge request

  • Xiaofan Hu added 1 commit

    added 1 commit

    Compare with previous version

  • Xiaofan Hu added 1 commit

    added 1 commit

    • 4dd54aea - IsMuon, TrackCHI2DOF, Hlt1 decisions, and event variables;

    Compare with previous version

  • Xiaofan Hu added 1 commit

    added 1 commit

    Compare with previous version

  • Xiaofan Hu added 1 commit

    added 1 commit

    • 1116aa6b - test BuToJpsiKstPlus and BuToChicKPlus

    Compare with previous version

  • Xiaofan Hu added 1 commit

    added 1 commit

    • 47f6cd0e - add two new modes to info.yaml

    Compare with previous version

  • Xiaofan Hu marked this merge request as ready

    marked this merge request as ready

  • Xiaofan Hu changed the description

    changed the description

  • assigned to @oozcelik

  • Xiaofan Hu added 1 commit

    added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading