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
!75764
MuonHoughTransformTest - Switch on micromegas
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonHoughTransformTest - Switch on micromegas
jojungge/athena:ActivMM
into
main
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:ActivMM
into
main
3 months ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6797f5b9
1 commit,
3 months ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonPhaseII/MuonValidation/MuonPatternRecognitionTest/python/MuonHoughTransformTesterConfig.py
+
1
−
1
Options
@@ -6,7 +6,7 @@ if __name__=="__main__":
parser
.
add_argument
(
"
--noMonitorPlots
"
,
help
=
"
If set to true, there
'
re no monitoring plots
"
,
default
=
False
,
action
=
'
store_true
'
)
parser
.
set_defaults
(
nEvents
=
-
1
)
parser
.
set_defaults
(
noMM
=
True
)
#
parser.set_defaults(noMM=True)
parser
.
set_defaults
(
noSTGC
=
True
)
parser
.
set_defaults
(
outRootFile
=
"
HoughTransformTester.root
"
)
#parser.set_defaults(condTag="CONDBR2-BLKPA-2023-02")
Loading