Skip to content
Snippets Groups Projects

Trigger lines for calibration of neutrals.

Closed Maximilien Chefdeville requested to merge b2cc_chefdevi_neutrals-2 into master

Includes a 0.1-prescaled JpsiK+ line, a line with pi0s JpsiK*+ and a line with single photons Chi_c1K+.

Edited by Maximilien Chefdeville

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
  • Peilian Li
  • Peilian Li
  • 67 comb_m_max=5700 * MeV,
    68 vtx_m_min=5100 * MeV,
    69 vtx_m_max=5600 * MeV,
    70 pid_k=0,
    71 pt_k=500. * MeV):
    72
    73 assert process in ['hlt2', 'spruce'
    74 ], 'Line must be defined as Hlt2 or Sprucing line!'
    75
    76 jpsi = make_detached_jpsi()
    77
    78 kaon = basic_builder.make_kaons(pid=pid_k, pt=pt_k)
    79
    80 b2jpsik = make_B2JpsiX0(
    81 particles=[jpsi, kaon],
    82 descriptor='[B+ -> J/psi(1S) K+]cc',
  • @chefdevi Since these lines will go to spruce, have you checked if the spruce runs successfully following the two-steps instruction here?

    • Hello @peilian, thanks a lot for the detailed look. I'll go through your comments in this afternoon. As for the sprucing, the instructions/exemple do not work (I posted about that above). I decided to go to Hlt2 for the sake of having something working for the coming run3 starter-kit.

    • The previous error you posted seems to me that you only tried to run spruce_b2cc.py directly. However, One should firstly run ./Moore/run gaudirun.py ./Moore/Hlt/Hlt2Conf/options/examples/Hlt2DiMuonLines_test.py after modify Hlt2DiMuonLines_test.py with your signal MC. Then take the output dst file as input for your spruce_b2cc.py.

      Edited by Peilian Li
    • Hello @peilian. Thanks for the instructions, I could not find them on the B2CC twiki. I indeed tried running spruce_b2cc.py directly. I'm not sure I will have time to test this today + the Moore tests you recommend below. My question: how much time do I still have left? My goal was to tuple some MC signal during the starterkit next week. Do I need my lines merged to master to be able to do so?

    • Hi @chefdevi sorry that I only added the instruction at the beginning of sprucing_b2cc.py which might be ignored. @oozcelik could you please help to update the twiki for the test of spruce accordingly?

      I think at least this month we can still merge lines so it is fine if you want to test it next week. You can test with your branch, which should also work.

    • Hi, @chefdevi here is the instructions for testing your sprucing line, the link is also in the twiki under "Sprucing Lines" part. You can also find an example how to run the sprucing line .

      I naively guess your line is not necessarily to be merged for the starter kit exercises, you can always checkout your own branch and run locally or run in the corresponding nightly build.

      Edited by Ozlem Ozcelik
    • Please register or sign in to reply
  • added 1 commit

    • 57dada41 - Remove unused vtx-fit cut variables from neutral builders

    Compare with previous version

  • Dear @peilian, do you have further comments?

  • added B2CC label

  • Dear @oozcelik @peilian, I ran the hlt_eff_check.py script on the B2CC lines for 10000 events. This is what I get for my three lines:

    Line: Hlt2B2CC_B2Chic2JpsiGK_LineDecision Incl: 1.5 +/- 0.38 kHz, Excl: 0.2 +/- 0.14 kHz
    Line: Hlt2B2CC_B2JpsiK_LineDecision Incl: 0.5 +/- 0.22 kHz, Excl: 0.0 +/- 0.0 kHz
    Line: Hlt2B2CC_B2JpsiKst2KPi0R_LineDecision Incl: 1.4 +/- 0.37 kHz, Excl: 0.4 +/- 0.19 kHz

    Are the rates fine?

    Full log is attached effcheck.txt.

    Edited by Maximilien Chefdeville
  • Maximilien Chefdeville marked this merge request as ready

    marked this merge request as ready

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