Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 280
    • Issues 280
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 50
    • Merge requests 50
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !2568

Fix BPVCORRM functor

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Giulia Tuci requested to merge gtuci/fix_CorrectedMass into master Sep 28, 2021
  • Overview 35
  • Commits 6
  • Pipelines 8
  • Changes 1

This MR fix the bug in the BPVCORRM functor (see #216 (closed)). In particular, when computing the direction of flight, the decay vertex position is taken using Sel::Utils::endVertexPos( composite ).

P:S.: Initially I tried to use the ->position() method on decay_vertex but a compilation error was raised. I attach the full log.txt for details, but the problem seems to be:
/afs/cern.ch/work/g/gtuci/private/Moore_fixCorrM/stack/Rec/InstallArea/x86_64_v2-centos7-gcc10-opt/include/Functors/Core.h:384:19:   required from here
/afs/cern.ch/work/g/gtuci/private/Moore_fixCorrM/stack/Rec/InstallArea/x86_64_v2-centos7-gcc10-opt/include/Functors/Composite.h:206:22: error: base operand of ‘->’ has non-pointer type ‘const LHCb::LinAlg::Vec<SIMDWrapper::scalar::float_v, 3>’

closes #216 (closed)

cc @lpica @sklaver @mvesteri

Edited Oct 18, 2021 by Rosen Matev
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gtuci/fix_CorrectedMass