Skip to content
Snippets Groups Projects

Allow for Massive Missing Particles in TupleToolCorrectedMass

Closed Ned Francis Howarth requested to merge nhowarth/my-changes into run2-patches
1 unresolved thread

Adding a few lines to TupleToolCorrectedMass so that missing particles with mass can be included in mass reconstructions. This is for an analysis of Lb -> LcLc~n where we are considering the neutron a missing particle. Unless explicitly stated the mass of the invisible particle is by default 0 and the TupleTool acts as it was previously, so users do not have to specify M_invis = 0.

Adding lines like this in the options file will result in non 0 invisible mass.

dtt.addTupleTool("TupleToolCorrectedMass/M_n")
dtt.M_n.MassInvisible = 939.56542052 * MeV
Edited by Eduardo Rodrigues

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
  • Ned Francis Howarth resolved all threads

    resolved all threads

  • added 1 commit

    Compare with previous version

  • Ned Francis Howarth resolved all threads

    resolved all threads

  • added 1 commit

    Compare with previous version

  • Thanks @nhowarth. Note that members should be m_XXX, so m_invis rather than M_invis. I would write m_invisible.

  • Ned Francis Howarth changed target branch from 2018-patches to run2-patches

    changed target branch from 2018-patches to run2-patches

  • Are you sure this won't affect the uncertainty calculation?

  • Mark Smith resolved all threads

    resolved all threads

  • added 1 commit

    • ae166488 - Update TupleToolCorrectedMass.cpp: M_invis -> m_invisible

    Compare with previous version

  • added 1 commit

    • b5d8e81b - Update TupleToolCorrectedMass.h M_invis -> m_invisible

    Compare with previous version

  • Please register or sign in to reply
    Loading