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
!56443
Update TIDAbjetpt_preinclude.py to include change of Xi2max
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update TIDAbjetpt_preinclude.py to include change of Xi2max
master-Xi2max
into
master
Overview
7
Commits
1
Pipelines
1
Changes
1
Merged
Yuwen Ebony Zhang
requested to merge
master-Xi2max
into
master
2 years ago
Overview
7
Commits
1
Pipelines
1
Changes
1
Expand
Added lines in preinclude to set Xi2max=12.0
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bf22cd8f
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigValidation/TrigInDetValidation/share/TIDAbjetpt_preinclude.py
+
2
−
2
Options
from
AthenaCommon.Logging
import
logging
log
=
logging
.
getLogger
(
"
TrigInDetValidation
"
)
@@ -8,7 +7,8 @@ from TrigInDetConfig.ConfigSettings import getInDetTrigConfig
from
AthenaCommon.SystemOfUnits
import
GeV
getInDetTrigConfig
(
"
bjet
"
).
_pTmin
=
0.8
*
GeV
getInDetTrigConfig
(
"
bjet
"
).
_Xi2max
=
12.0
log
.
info
(
"
ID Trigger pTmin:
"
+
str
(
getInDetTrigConfig
(
"
bjet
"
).
pTmin
)
)
log
.
info
(
"
ID Trigger Xi2max:
"
+
str
(
getInDetTrigConfig
(
"
bjet
"
).
Xi2max
)
)
Loading