Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Computing
cbmroot
Commits
c3875e0b
Commit
c3875e0b
authored
2 years ago
by
Sergei Zharko
Committed by
Sergey Gorbunov
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
codeformat fix
parent
fb816727
No related branches found
No related tags found
1 merge request
!835
L1: New initialization interface for the material budget maps
Pipeline
#17459
passed
2 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reco/L1/CbmL1.h
+1
-3
1 addition, 3 deletions
reco/L1/CbmL1.h
reco/L1/L1Algo/L1MaterialInfo.cxx
+1
-4
1 addition, 4 deletions
reco/L1/L1Algo/L1MaterialInfo.cxx
with
2 additions
and
7 deletions
reco/L1/CbmL1.h
+
1
−
3
View file @
c3875e0b
...
@@ -187,9 +187,7 @@ public:
...
@@ -187,9 +187,7 @@ public:
void
ApplyCorrectionToMaterialMap
(
L1Material
&
material
,
const
L1MaterialInfo
&
homogenious
)
void
ApplyCorrectionToMaterialMap
(
L1Material
&
material
,
const
L1MaterialInfo
&
homogenious
)
{
{
float
hole
=
0.
;
float
hole
=
0.
;
if
constexpr
(
detID
==
L1DetectorID
::
kMuch
||
detID
==
L1DetectorID
::
kTrd
)
{
if
constexpr
(
detID
==
L1DetectorID
::
kMuch
||
detID
==
L1DetectorID
::
kTrd
)
{
hole
=
0.15
f
;
}
hole
=
0.15
f
;
}
else
if
constexpr
(
detID
==
L1DetectorID
::
kTof
)
{
else
if
constexpr
(
detID
==
L1DetectorID
::
kTof
)
{
hole
=
0.0015
f
;
hole
=
0.0015
f
;
}
}
...
...
This diff is collapsed.
Click to expand it.
reco/L1/L1Algo/L1MaterialInfo.cxx
+
1
−
4
View file @
c3875e0b
...
@@ -65,10 +65,7 @@ L1Material& L1Material::operator=(const L1Material& other)
...
@@ -65,10 +65,7 @@ L1Material& L1Material::operator=(const L1Material& other)
//------------------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------------------
//
//
L1Material
::
L1Material
(
L1Material
&&
other
)
noexcept
L1Material
::
L1Material
(
L1Material
&&
other
)
noexcept
{
this
->
Swap
(
other
);
}
{
this
->
Swap
(
other
);
}
//------------------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------------------
//
//
...
...
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