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
!65588
Fix Typo in Zdc Module Location Tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix Typo in Zdc Module Location Tag
mhoppesc/athena:23.0-typofix
into
23.0
Overview
5
Commits
1
Pipelines
1
Changes
3
Merged
Matthew Caleb Hoppesch
requested to merge
mhoppesc/athena:23.0-typofix
into
23.0
1 year ago
Overview
5
Commits
1
Pipelines
1
Changes
3
Expand
Fix typo brought to attention by
@jmasik
in Zdc Module Location Tag
0
0
Merge request reports
Compare
23.0
23.0 (base)
and
latest version
latest version
fc55bb82
1 commit,
1 year ago
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/TrigT1CaloDefs.h
+
1
−
1
Options
@@ -37,7 +37,7 @@ public:
static
const
std
::
string
xAODTriggerTowerRerunLocation
;
static
const
std
::
string
CPMTowerLocation
;
static
const
std
::
string
JetElementLocation
;
static
const
std
::
string
xAODZdcMo
u
dleLocation
;
static
const
std
::
string
xAODZdcMod
u
leLocation
;
static
const
std
::
string
CPMCMXDataLocation
;
static
const
std
::
string
JetCMXDataLocation
;
Loading