Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Undrus
athena
Commits
cc0677da
Commit
cc0677da
authored
Sep 29, 2021
by
Maximilian Emanuel Goblirsch-Kolb
Browse files
support multiple input files (wildcarding) in runIDPVM.py
parent
2fa1afd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
InnerDetector/InDetValidation/InDetPhysValMonitoring/scripts/runIDPVM.py
View file @
cc0677da
#!/usr/bin/env python
from
glob
import
glob
from
AthenaCommon.Configurable
import
Configurable
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
from
AthenaConfiguration.ComponentFactory
import
CompFactory
...
...
@@ -45,7 +46,7 @@ ConfigFlags.IDPVM.doHitLevelPlots = MyArgs.doHitLevelPlots
ConfigFlags
.
IDPVM
.
ancestorIDs
=
MyArgs
.
ancestorIDList
ConfigFlags
.
IDPVM
.
hardScatterStrategy
=
int
(
MyArgs
.
hardScatterStrategy
)
ConfigFlags
.
Input
.
Files
=
[
MyArgs
.
filesInput
]
ConfigFlags
.
Input
.
Files
=
glob
(
MyArgs
.
filesInput
)
from
AthenaConfiguration.MainServicesConfig
import
MainServicesCfg
acc
=
MainServicesCfg
(
ConfigFlags
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment