Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Peter Sherwood
athena
Commits
c34920fc
Commit
c34920fc
authored
6 years ago
by
Shaun Roe
Committed by
Jiří Mašík
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix coverity 114783 by initialising members in Pixel_TrgClusterization.h
Former-commit-id:
e25fcce2
parent
51202fe9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat/InDetTrigPrepRawDataFormat/Pixel_TrgClusterization.h
+3
-4
3 additions, 4 deletions
...rmat/InDetTrigPrepRawDataFormat/Pixel_TrgClusterization.h
with
3 additions
and
4 deletions
InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat/InDetTrigPrepRawDataFormat/Pixel_TrgClusterization.h
+
3
−
4
View file @
c34920fc
...
...
@@ -110,7 +110,6 @@ namespace InDet {
std
::
vector
<
int
>
m_ClusHashId
;
std
::
vector
<
int
>
m_PixBSErr
;
//ToolHandle<ClusterMakerTool> m_globalPosAlg; //!< global position maker
ToolHandle
<
ITrigRawDataProviderTool
>
m_rawDataProvider
;
ToolHandle
<
PixelGangedAmbiguitiesFinder
>
m_gangedAmbiguitiesFinder
;
//!< class to find out which
...
...
@@ -123,9 +122,9 @@ namespace InDet {
std
::
string
m_clustersName
;
std
::
string
m_ambiguitiesMapName
;
const
PixelID
*
m_idHelper
;
PixelClusterContainer
*
m_clusterContainer
;
const
SiDetectorManager
*
m_manager
;
const
PixelID
*
m_idHelper
{}
;
PixelClusterContainer
*
m_clusterContainer
{}
;
const
SiDetectorManager
*
m_manager
{}
;
ServiceHandle
<
IRegSelSvc
>
m_regionSelector
;
//!< region selector service
bool
m_doFullScan
;
//!< support for FullScan mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment