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
!76693
main-cppcheck-MuonCombinedEvent
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main-cppcheck-MuonCombinedEvent
sroe/athena:main-cppcheck-MuonCombinedEvent
into
main
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Shaun Roe
requested to merge
sroe/athena:main-cppcheck-MuonCombinedEvent
into
main
3 months ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
re.
!76498 (closed)
, initialise member
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
45a1a17b
1 commit,
3 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/MuonIdentification/MuonCombinedEvent/MuonCombinedEvent/CandidateSummary.h
+
2
−
2
Options
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
24
CERN for the benefit of the ATLAS collaboration
*/
#pragma once
@@ -37,7 +37,7 @@ namespace MuGirlNS {
}
struct
StauHit
{
StauHitTechnology
eTech
;
StauHitTechnology
eTech
{}
;
double
mToF
{
-
1.
};
double
x
{
0.
};
double
y
{
0.
};
Loading