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
!76049
TileConditions+TileRawUtils+TileTBRec: fix cppcheck defects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TileConditions+TileRawUtils+TileTBRec: fix cppcheck defects
fwinkl/athena:fwinkl_20241120T181103
into
main
Overview
4
Commits
3
Pipelines
1
Changes
8
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:fwinkl_20241120T181103
into
main
5 months ago
Overview
4
Commits
3
Pipelines
1
Changes
8
Expand
Mainly uninitialized variables.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ec049ab2
3 commits,
5 months ago
8 files
+
159
−
272
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
TileCalorimeter/TileConditions/src/TileBadChannelsCondAlg.cxx
+
2
−
3
Options
//Dear emacs, this is -*- c++ -*-
/*
Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
*/
@@ -17,8 +17,7 @@
TileBadChannelsCondAlg
::
TileBadChannelsCondAlg
(
const
std
::
string
&
name
,
ISvcLocator
*
pSvcLocator
)
:
AthAlgorithm
(
name
,
pSvcLocator
),
m_useOflBch
(
true
)
AthAlgorithm
(
name
,
pSvcLocator
)
{
}
Loading