Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
159
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!55708
Sweeping
!55622
from master to 22.0. Fix MCTruthClassifier in AthAnalysis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sweeping
!55622
from master to 22.0. Fix MCTruthClassifier in AthAnalysis
cherry-pick-9a0767f09a8-22.0
into
22.0
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Atlas Nightlybuild
requested to merge
cherry-pick-9a0767f09a8-22.0
into
22.0
2 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
Fix MCTruthClassifier in AthAnalysis
See merge request
!55622 (merged)
👍
0
👎
0
Merge request reports
Compare
22.0
22.0 (base)
and
latest version
latest version
39b34b80
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
PhysicsAnalysis/MCTruthClassifier/Root/MCTruthClassifier.cxx
+
1
−
1
Options
@@ -90,8 +90,8 @@ MCTruthClassifier::initialize()
if
(
!
m_truthLinkVecReadHandleKey
.
key
().
empty
())
{
ATH_CHECK
(
m_truthLinkVecReadHandleKey
.
initialize
());
}
ATH_CHECK
(
m_truthParticleContainerKey
.
initialize
());
#endif
ATH_CHECK
(
m_truthParticleContainerKey
.
initialize
());
#if !defined(XAOD_ANALYSIS) && !defined(GENERATIONBASE)
/*Tools making sense only for the Athena only environment*/
if
(
!
m_caloExtensionTool
.
empty
())
{
Loading