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
!42263
InDetDetDescr clang-tidy related fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
InDetDetDescr clang-tidy related fixes
ATLAS-EGamma/athena:InDetDetDescr_clang_tidy
into
master
Overview
3
Commits
1
Pipelines
1
Changes
140
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:InDetDetDescr_clang_tidy
into
master
3 years ago
Overview
3
Commits
1
Pipelines
1
Changes
140
Expand
InDetDetDescr clang-tidy related fixes
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
722b5ab4
1 commit,
3 years ago
140 files
+
818
−
844
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
140
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetDetDescr/BCM_GeoModel/BCM_GeoModel/BCM_Wall.h
+
2
−
2
Options
/*
Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
@@ -22,7 +22,7 @@ class StoredMaterialManager;
class
BCM_Wall
{
public:
GeoPhysVol
*
Build
(
double
halfX
,
double
halfY
,
double
thick
,
std
::
string
logname
,
const
GeoMaterial
*
material
);
GeoPhysVol
*
Build
(
double
halfX
,
double
halfY
,
double
thick
,
const
std
::
string
&
logname
,
const
GeoMaterial
*
material
);
GeoPhysVol
*
Build
(
double
halfX
,
double
halfY
,
double
thick_one
,
double
thick_two
,
const
GeoMaterial
*
material_one
,
const
GeoMaterial
*
material_two
,
const
StoredMaterialManager
*
mat_mgr
);
GeoPhysVol
*
Build
(
double
halfX
,
double
halfY
,
double
thick_one
,
double
thick_two
,
double
thick_three
,
const
GeoMaterial
*
material_one
,
const
GeoMaterial
*
material_two
,
const
GeoMaterial
*
material_three
,
const
StoredMaterialManager
*
mat_mgr
);
};
Loading