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
!71794
TriggerJobOpts: cleanup Lvl1 sim tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TriggerJobOpts: cleanup Lvl1 sim tests
fwinkl/athena:l1simtest
into
24.0
Overview
2
Commits
1
Pipelines
1
Changes
2
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:l1simtest
into
24.0
9 months ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
Reduce number of events and other minor cleanup for the self-test.
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
bc3f6ccf
1 commit,
9 months ago
2 files
+
8
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Trigger/TriggerCommon/TriggerJobOpts/python/Lvl1MuonSimulationConfig.py
+
3
−
9
Options
@@ -424,15 +424,10 @@ if __name__ == "__main__":
from
AthenaConfiguration.AllConfigFlags
import
initConfigFlags
flags
=
initConfigFlags
()
flags
.
Input
.
Files
=
[
'
/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TriggerTest/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.merge.RDO.e4993_s3214_r11315/RDO.17533168._000001.pool.root.1
'
]
flags
.
Common
.
isOnline
=
False
flags
.
Exec
.
MaxEvents
=
25
flags
.
Exec
.
MaxEvents
=
5
flags
.
Concurrency
.
NumThreads
=
1
flags
.
Concurrency
.
NumConcurrentEvents
=
1
flags
.
Scheduler
.
ShowDataDeps
=
True
flags
.
Scheduler
.
CheckDependencies
=
True
flags
.
Scheduler
.
ShowDataFlow
=
True
flags
.
Trigger
.
enableL1MuonPhase1
=
True
flags
.
Trigger
.
triggerMenuSetup
=
'
Dev_pp_run3_v1
'
flags
.
Trigger
.
enableL1MuonPhase1
=
True
flags
.
Trigger
.
triggerMenuSetup
=
'
Dev_pp_run3_v1
'
flags
.
fillFromArgs
()
flags
.
lock
()
@@ -448,5 +443,4 @@ if __name__ == "__main__":
acc
.
merge
(
Lvl1MuonSimulationCfg
(
flags
))
acc
.
printConfig
(
withDetails
=
True
,
summariseProps
=
True
,
printDefaults
=
True
)
sys
.
exit
(
acc
.
run
().
isFailure
())
Loading