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
!75528
MuonPhaseII - Add monitoring plots to reco chain tester & fix NSW
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonPhaseII - Add monitoring plots to reco chain tester & fix NSW
jojungge/athena:HoughTrfTesterMonitoring
into
main
Overview
4
Commits
1
Pipelines
0
Changes
3
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:HoughTrfTesterMonitoring
into
main
3 months ago
Overview
4
Commits
1
Pipelines
0
Changes
3
Expand
Tagging
@goblirsc
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a0983907
1 commit,
3 months ago
3 files
+
24
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonPhaseII/MuonValidation/MuonObjectMarker/src/SegmentFitParDecorAlg.h
+
1
−
1
Options
@@ -56,7 +56,7 @@ namespace MuonR4{
MeasKey_t
m_keyRpc
{
this
,
"RpcKey"
,
"xRpcMeasurements"
};
MeasKey_t
m_keyMdt
{
this
,
"MdtKey"
,
"xMdtMeasurements"
};
MeasKey_t
m_keysTgc
{
this
,
"sTgcKey"
,
"STGC_Measurements"
};
MeasKey_t
m_keyMM
{
this
,
"MmKey"
,
"
MM_Measurement
s"
};
MeasKey_t
m_keyMM
{
this
,
"MmKey"
,
"
xAODMMCluster
s"
};
};
}
Loading