Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Analysis Analysis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 5
    • Merge requests 5
  • 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
  • AnalysisAnalysis
  • Merge requests
  • !851

Support storage of output from "MAP_INPUT" functor that returns "std::optional<T>" or "std::nullopt"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhijit Mathad requested to merge AM_mc_association into master Jan 09, 2022
  • Overview 12
  • Commits 11
  • Pipelines 6
  • Changes 2

This MR supports storage of output of MAP_INPUT functor that returns std::optional<T> or std::nullopt. In this regard, it adds a helper class LHCb::FTuple::InvalidValue to store default (invalid) value when std::nullopt is returned. Idea arose from discussions with @graven in this MR `(Rec!2666 (closed)) (particularly in this comment).

Also support tupling of SIMDWrapper::scalar::float_v, avoid explicit std::any declaration, fix to fill_ method of non-symmetric matrices and clean-up obsolete header file inclusion.

This MR is related to (but not dependent on): Rec!2666 (closed)

FYI: @graven , @mferrill and @powen

Edited Jan 12, 2022 by Abhijit Mathad
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: AM_mc_association