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
Commits
a627316b
Commit
a627316b
authored
3 years ago
by
Albert Kong
Browse files
Options
Downloads
Patches
Plain Diff
Comment out scheduleMETAssocAlg
parent
c7bb6e76
No related branches found
No related tags found
4 merge requests
!69091
Fix correlated smearing bug in JER in JetUncertainties in 22.0
,
!58791
DataQualityConfigurations: Modify L1Calo config for web display
,
!51674
Fixing hotSpotInHIST for Run3 HIST
,
!46360
Migration of JETMX derivation configs for R22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/JETM3.py
+1
-1
1 addition, 1 deletion
...tionFramework/DerivationFrameworkJetEtMiss/share/JETM3.py
with
1 addition
and
1 deletion
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/JETM3.py
+
1
−
1
View file @
a627316b
...
@@ -192,7 +192,7 @@ for radius in [0.2, 0.6]:
...
@@ -192,7 +192,7 @@ for radius in [0.2, 0.6]:
if
DerivationFrameworkIsMonteCarlo
:
if
DerivationFrameworkIsMonteCarlo
:
###addMETTruthMap('AntiKt4EMTopo',"JETMX")
###addMETTruthMap('AntiKt4EMTopo',"JETMX")
###addMETTruthMap('AntiKt4EMPFlow',"JETMX")
###addMETTruthMap('AntiKt4EMPFlow',"JETMX")
scheduleMETAssocAlg
(
jetm3Seq
,
"
JETMX
"
)
##
scheduleMETAssocAlg(jetm3Seq,"JETMX")
## Add GhostTruthAssociation information ##
## Add GhostTruthAssociation information ##
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMTopo
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMTopo
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMPFlow
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMPFlow
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment