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
!64080
TRTProcessingOfStraw : minor clang-tidy fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TRTProcessingOfStraw : minor clang-tidy fix
ATLAS-EGamma/athena:SCT_Digitization_perf
into
23.0
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:SCT_Digitization_perf
into
23.0
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
TRTProcessingOfStraw : minor clang-tidy fix
0
0
Merge request reports
Compare
23.0
23.0 (base)
and
latest version
latest version
f4093809
1 commit,
1 year ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
InnerDetector/InDetDigitization/TRT_Digitization/src/TRTProcessingOfStraw.cxx
+
1
−
2
Options
@@ -803,8 +803,7 @@ Amg::Vector3D TRTProcessingOfStraw::getGlobalPosition ( int hitID, const TimedH
}
ATH_MSG_WARNING
(
"Could not find global coordinate of a straw - drifttime calculation will be inaccurate"
);
const
Amg
::
Vector3D
def
(
0.0
,
0.0
,
0.0
);
return
def
;
return
{
0.0
,
0.0
,
0.0
};
}
Loading