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
57c552dc
Commit
57c552dc
authored
1 year ago
by
Maarten Van Veghel
Browse files
Options
Downloads
Patches
Plain Diff
added velo tracks to persistency
parent
702301e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4127
split track containers and persistency (versioning)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GaudiConf/python/GaudiConf/LbExec/options.py
+1
-0
1 addition, 0 deletions
GaudiConf/python/GaudiConf/LbExec/options.py
PyConf/python/PyConf/persistency_locations.py
+1
-0
1 addition, 0 deletions
PyConf/python/PyConf/persistency_locations.py
with
2 additions
and
0 deletions
GaudiConf/python/GaudiConf/LbExec/options.py
+
1
−
0
View file @
57c552dc
...
...
@@ -126,6 +126,7 @@ class Options(BaseModel):
input_raw_format
:
float
=
0.5
input_process
:
Optional
[
InputProcessTypes
]
=
None
input_manifest_file
:
Optional
[
str
]
=
None
persistency_locations_version
:
Optional
[
str
]
=
None
xml_file_catalog
:
Optional
[
str
]
=
None
evt_max
:
int
=
-
1
first_evt
:
int
=
0
...
...
This diff is collapsed.
Click to expand it.
PyConf/python/PyConf/persistency_locations.py
+
1
−
0
View file @
57c552dc
...
...
@@ -39,6 +39,7 @@ reco_locations = OrderedDict([
"
DownstreamTracks
"
:
(
"
/Event/Rec/Track/BestDownstream
"
,
"
Tracks
"
),
"
UpstreamTracks
"
:
(
"
/Event/Rec/Track/BestUpstream
"
,
"
Tracks
"
),
"
Ttracks
"
:
(
"
/Event/Rec/Track/Ttrack
"
,
"
Tracks
"
),
"
VeloTracks
"
:
(
"
/Event/Rec/Track/Velo
"
,
"
Tracks
"
),
"
PVs
"
:
(
"
/Event/Rec/Vertex/Primary
"
,
"
PVs
"
),
"
CaloElectrons
"
:
(
"
/Event/Rec/Calo/Electrons
"
,
"
CaloHypos
"
),
"
CaloPhotons
"
:
(
"
/Event/Rec/Calo/Photons
"
,
"
CaloHypos
"
),
...
...
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