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
!66434
MuonDigitization - Remove legacy configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonDigitization - Remove legacy configuration
jojungge/athena:TschuuusLegacyDigi
into
main
Overview
41
Commits
2
Pipelines
0
Changes
22
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:TschuuusLegacyDigi
into
main
1 year ago
Overview
6
Commits
2
Pipelines
0
Changes
22
Expand
Remove legacy digitization configuration for muons.
Edited
1 year ago
by
Johannes Junggeburth
0
0
Merge request reports
Compare
main
version 12
5c383716
1 year ago
version 11
3ee041de
1 year ago
version 10
0578ac97
1 year ago
version 9
5fae8b5b
1 year ago
version 8
4a673c22
1 year ago
version 7
dd9c7a85
1 year ago
version 6
e8f54b09
1 year ago
version 5
2549cbb4
1 year ago
version 4
f1c3d95c
1 year ago
version 3
758e48ac
1 year ago
version 2
a420f06b
1 year ago
version 1
b288acbf
1 year ago
main (base)
and
latest version
latest version
f54580bd
2 commits,
1 year ago
version 12
5c383716
1 commit,
1 year ago
version 11
3ee041de
3 commits,
1 year ago
version 10
0578ac97
2 commits,
1 year ago
version 9
5fae8b5b
2 commits,
1 year ago
version 8
4a673c22
2 commits,
1 year ago
version 7
dd9c7a85
1 commit,
1 year ago
version 6
e8f54b09
4 commits,
1 year ago
version 5
2549cbb4
3 commits,
1 year ago
version 4
f1c3d95c
2 commits,
1 year ago
version 3
758e48ac
1 commit,
1 year ago
version 2
a420f06b
1 commit,
1 year ago
version 1
b288acbf
1 commit,
1 year ago
22 files
+
2
−
1132
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonConfig/python/RPC_DigitizationConfig.py
+
2
−
2
Options
@@ -79,8 +79,8 @@ def RPC_DigitizationToolCommonCfg(flags, name="RpcDigitizationTool", **kwargs):
kwargs
.
setdefault
(
"
MeanClusterSizeTail_C
"
,[
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
,
0.548598
])
from
RngComps.RandomServices
import
AthRNGSvcCfg
kwargs
.
setdefault
(
"
RndmSvc
"
,
acc
.
getPrimaryAndMerge
(
AthRNGSvcCfg
(
flags
)).
name
)
RpcDigitizationTool
=
CompFactory
.
RpcDigitizationTool
acc
.
setPrivateTools
(
RpcDigitizationTool
(
name
,
**
kwargs
)
)
RpcDigitizationTool
=
CompFactory
.
RpcDigitizationTool
(
name
,
**
kwargs
)
acc
.
setPrivateTools
(
RpcDigitizationTool
)
return
acc
Loading