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

Clean up ICaloElectron

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Carla Marin Benito requested to merge cmb_caloelectron into master Aug 12, 2022
  • Overview 9
  • Commits 1
  • Pipelines 4
  • Changes 1

We currently have two very similar interfaces, https://gitlab.cern.ch/lhcb/LHCb/-/blob/master/CaloFuture/include/CaloFutureUtils/ICaloElectron.h and https://gitlab.cern.ch/lhcb/LHCb/-/blob/master/CaloFuture/include/CaloFutureInterfaces/ICaloFutureElectron.h The first ones does not have an actual implementation or at least I cannot find it. Calo reconstruction algorithms use the latter.

This MR removes the ICaloElectron interface. The only place where it is still used are some Falvour Tagging algorithms, namely:

  • https://gitlab.cern.ch/lhcb/Rec/-/blob/master/Phys/FlavourTagging/src/Features/FeatureGenerator.h
  • https://gitlab.cern.ch/lhcb/Rec/-/blob/master/Phys/FlavourTagging/src/Taggers/OSElectron/TaggerElectronTool.h

The corresponding cpp files set the tool to "CaloElectron" but such a tool does not exist as far as I can see. Is this actually being used or working at all @cprouve @bkhanji ? Could the Flavour Algorithms use ICaloFutureElectron instead?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cmb_caloelectron