Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
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
!21057
Add AntiKt4TruthDressedWZJets to HIGG2D1, fix a typo and add missing lines
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add AntiKt4TruthDressedWZJets to HIGG2D1, fix a typo and add missing lines
oda/athena:21.2-HIGG2D1-AntiKt4TruthDressedWZJets
into
21.2
Overview
3
Commits
3
Pipelines
1
Changes
3
Merged
Susumu Oda
requested to merge
oda/athena:21.2-HIGG2D1-AntiKt4TruthDressedWZJets
into
21.2
6 years ago
Overview
3
Commits
3
Pipelines
1
Changes
3
Expand
Add AntiKt4TruthDressedWZJets to HIGG2D1.py.
Fix a typo in AntiKt4TruthDressedWZJetsCPContent.py.
Add missing lines in ContainersOnTheFly.py.
0
0
Merge request reports
Compare
21.2
21.2 (base)
and
latest version
latest version
3c7b43b1
3 commits,
6 years ago
3 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/ContainersOnTheFly.py
+
3
−
1
Options
# Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-201
9
CERN for the benefit of the ATLAS collaboration
# List of containers that are made on-the-fly by basically all DAOD types and
# can therefore be reasonably added to the NameAndTypes dictionary centrally
@@ -36,6 +36,8 @@ ContainersOnTheFly = [
[
"
AntiKt4TruthJetsAux
"
,
"
xAOD::JetAuxContainer
"
],
[
"
AntiKt4TruthWZJets
"
,
"
xAOD::JetContainer
"
],
[
"
AntiKt4TruthWZJetsAux
"
,
"
xAOD::JetAuxContainer
"
],
[
"
AntiKt4TruthDressedWZJets
"
,
"
xAOD::JetContainer
"
],
[
"
AntiKt4TruthDressedWZJetsAux
"
,
"
xAOD::JetAuxContainer
"
],
[
"
AntiKt4EMTopoCSSKJets
"
,
"
xAOD::JetContainer
"
],
[
"
AntiKt4EMTopoCSSKJetsAux
"
,
"
xAOD::JetAuxContainer
"
],
[
"
AntiKt4EMPFlowCSSKJets
"
,
"
xAOD::JetContainer
"
],
Loading