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
!42125
Updates to HLT mb_sptrk chains monitoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates to HLT mb_sptrk chains monitoring
tbold/athena:more-min-bias-trigger-dq
into
master
Overview
3
Commits
1
Pipelines
1
Changes
3
Merged
Tomasz Bold
requested to merge
tbold/athena:more-min-bias-trigger-dq
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
3
Expand
Small updates to DQ for min bias triggers:
more consistent naming of histograms
basic histograms added
more plots in DQ display for shifter
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2d3fb72f
1 commit,
4 years ago
3 files
+
58
−
196
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
DataQuality/DataQualityConfigurations/config/HLT/HLTminbias/collisions_run.config
+
22
−
11
Options
@@ -90,27 +90,38 @@ dir HLT {
}
dir
Tracking
{
dir
HLT_mb_sptrk_L1RD0_FILLED
{
hist
efficiency
_low_m
ult
{
hist
efficiency
LowM
ult
{
output
=
HLT
/
Run3
/
TRMBI
/
SHIFTER
description
=
"
Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities
"
description
=
Normal
:
Quick
rise
to
almost
100
%
for
1
,
2
tracks
,
no
eff
.
drop
for
higher
multiplicities
}
hist
nTrkOfflineLowMult
{
output
=
HLT
/
Run3
/
TRMBI
/
SHIFTER
description
=
Normal
:
Quick
rise
to
almost
100
%
for
1
,
2
tracks
,
no
eff
.
drop
for
higher
multiplicities
}
hist
nTrkOnlineLowMult
{
output
=
HLT
/
Run3
/
TRMBI
/
SHIFTER
description
=
Normal
:
Sharp
rise
at
ntrk
==
1
, (
literally
has
to
be
a
step
function
)
}
}
dir
HLT_mb_sp
.* {
hist
efficiency_low_mult
{
output
=
HLT
/
Run3
/
TRMBI
/
SHIFTER
/
SPTRK
description
=
"Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities"
}
hist
nTrkRatio
{
output
=
HLT
/
Run3
/
TRMBI
/
EXPERT
/
SPTRK
description
=
"Normal: narrow peak slightly below 1 (0.9), if much below it means online tracking has to many fakes"
description
=
Normal
:
narrow
peak
slightly
below
1
(
0
.
9
),
if
much
below
it
means
online
tracking
has
to
many
fakes
}
}
dir
HLT_
.*
hmt
.* {
hist
nTrkOffline_vs_decision
{
hist
efficiencyAnyMult
{
output
=
HLT
/
Run3
/
TRMBI
/
SHIFTER
/
SPTRK
description
=
"Normal: Typical trigger turn-on, should be reaching max around the threshold specified in the trigger name"
description
=
Normal
:
Typical
trigger
turn
-
on
,
should
be
reaching
max
around
the
threshold
specified
in
the
trigger
name
}
hist
nTrkOnline
{
output
=
HLT
/
Run3
/
TRMBI
/
EXPERT
/
SPTRK
description
=
Normal
:
exponent
like
distribution
with
a
hard
cut
from
the
left
side
}
hist
nTrkOffline
{
output
=
HLT
/
Run3
/
TRMBI
/
EXPERT
/
SPTRK
description
=
Normal
:
exponent
like
distribution
with
a
soft
cut
from
the
left
side
}
}
}
Loading