Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ITauSelectionTool include #1699

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Add ITauSelectionTool include #1699

merged 3 commits into from
Jul 31, 2024

Conversation

miholzbo
Copy link
Contributor

Since AB 25.2.21 something was changed within the TauAnalysisTools package and compiling crashed at TauEfficiencyCorrector.cxx:

In file included from /eos/user/m/miholzbo/Code/LeptonJet/LJNtupleMaker/source/xAODAnaHelpers/Root/TauEfficiencyCorrector.cxx:27:
/eos/user/m/miholzbo/Code/LeptonJet/LJNtupleMaker/source/xAODAnaHelpers/xAODAnaHelpers/TauEfficiencyCorrector.h:82:40: error: 'ITauSelectionTool' is not a member of 'TauAnalysisTools'; did you mean 'DiTauSelectionCuts'?
   82 |   asg::AnaToolHandle<TauAnalysisTools::ITauSelectionTool> m_tauSelTool_handle{"TauAnalysisTools::TauSelectionTool/TauSelectionTool"}; //!
      |                                        ^~~~~~~~~~~~~~~~~
      |                                        DiTauSelectionCuts

A simple additional include resolves this.

@mdhank
Copy link
Contributor

mdhank commented Jul 31, 2024

Hi @miholzbo ,

Could you add up to 25.2.21 in .github/workflows/ci.yml (and remove older ones if this is not backwards compatible)?

Thanks,
Michael

@mdhank mdhank merged commit be39dd1 into UCATLAS:main Jul 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants