Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Alessandro Sala
athena
Commits
437a5d29
Verified
Commit
437a5d29
authored
5 years ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
JVT preselection
parent
47f1e95f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/python/JetJvtAnalysisSequence.py
+3
-0
3 additions, 0 deletions
...ms/JetAnalysisAlgorithms/python/JetJvtAnalysisSequence.py
with
3 additions
and
0 deletions
PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/python/JetJvtAnalysisSequence.py
+
3
−
0
View file @
437a5d29
...
...
@@ -5,6 +5,7 @@ from AnaAlgorithm.AnaAlgSequence import AnaAlgSequence
from
AnaAlgorithm.DualUseConfig
import
createAlgorithm
,
addPrivateTool
def
makeJetJvtAnalysisSequence
(
dataType
,
jetCollection
,
preselection
=
''
,
globalSF
=
True
,
runSelection
=
True
):
"""
Create a jet JVT analysis algorithm sequence
...
...
@@ -35,6 +36,7 @@ def makeJetJvtAnalysisSequence( dataType, jetCollection,
from
JetAnalysisSequence
import
jvtSysts
,
fjvtSysts
alg
=
createAlgorithm
(
'
CP::AsgEventScaleFactorAlg
'
,
'
JvtEventScaleFactorAlg
'
)
alg
.
preselection
=
preselection
alg
.
scaleFactorInputDecoration
=
'
jvt_effSF_%SYS%
'
alg
.
scaleFactorInputDecorationRegex
=
jvtSysts
alg
.
scaleFactorOutputDecoration
=
'
jvt_effSF_%SYS%
'
...
...
@@ -46,6 +48,7 @@ def makeJetJvtAnalysisSequence( dataType, jetCollection,
'
eventInfo
'
:
'
eventInfo
'
}
)
alg
=
createAlgorithm
(
'
CP::AsgEventScaleFactorAlg
'
,
'
ForwardJvtEventScaleFactorAlg
'
)
alg
.
preselection
=
preselection
alg
.
scaleFactorInputDecoration
=
'
fjvt_effSF_%SYS%
'
alg
.
scaleFactorInputDecorationRegex
=
fjvtSysts
alg
.
scaleFactorOutputDecoration
=
'
fjvt_effSF_%SYS%
'
...
...
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