Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LHCb
LHCb
Commits
46ae3d0f
Commit
46ae3d0f
authored
2 years ago
by
Gerhard Raven
Browse files
Options
Downloads
Patches
Plain Diff
add {input,output}_manifest_file to LbExec options
parent
7af92111
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiConf/python/GaudiConf/LbExec/options.py
+2
-0
2 additions, 0 deletions
GaudiConf/python/GaudiConf/LbExec/options.py
with
2 additions
and
0 deletions
GaudiConf/python/GaudiConf/LbExec/options.py
+
2
−
0
View file @
46ae3d0f
...
...
@@ -48,6 +48,7 @@ class Options(BaseModel):
input_files
:
list
[
str
]
=
[]
input_type
:
FileFormats
=
FileFormats
.
NONE
input_raw_format
:
float
=
0.5
input_manifest_file
:
Optional
[
str
]
=
None
xml_file_catalog
:
Optional
[
str
]
=
None
evt_max
:
int
=
-
1
first_evt
:
int
=
0
...
...
@@ -56,6 +57,7 @@ class Options(BaseModel):
"""
Output
"""
output_file
:
Optional
[
str
]
=
None
output_type
:
FileFormats
=
FileFormats
.
ROOT
output_manifest_file
:
Optional
[
str
]
=
None
compression
:
Optional
[
constr
(
regex
=
r
'
^(ZLIB|LZMA|LZ4|ZSTD):\d+$
'
)]
=
None
histo_file
:
Optional
[
str
]
=
None
ntuple_file
:
Optional
[
str
]
=
None
...
...
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