Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
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
DaVinci
Commits
09beb196
Commit
09beb196
authored
2 years ago
by
Davide Fazzini
Browse files
Options
Downloads
Patches
Plain Diff
latest fixes
parent
9907cf37
No related branches found
No related tags found
1 merge request
!805
Update option file for lhcb integration tests
Pipeline
#5039111
failed
2 years ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DaVinciTests/python/DaVinciTests/option_davinci_for_turbo.py
+2
-8
2 additions, 8 deletions
DaVinciTests/python/DaVinciTests/option_davinci_for_turbo.py
with
2 additions
and
8 deletions
DaVinciTests/python/DaVinciTests/option_davinci_for_turbo.py
+
2
−
8
View file @
09beb196
...
...
@@ -14,6 +14,7 @@ objects are persisted by means of a pass through line.
"""
from
PyConf.reading
import
get_particles
from
FunTuple
import
FunTuple_Particles
as
Funtuple
from
FunTuple
import
FunctorCollection
import
FunTuple.functorcollections
as
FC
from
DaVinci
import
Options
,
make_config
from
DaVinci.algorithms
import
add_filter
...
...
@@ -31,6 +32,7 @@ def main(options: Options):
#FunTuple: make functor collection from the imported functor library Kinematic
variables_all
=
FC
.
Kinematics
()
variables
=
FunctorCollection
({
'
LOKI_daug1_PT
'
:
F
.
CHILD
(
1
,
F
.
PT
),
'
LOKI_daug2_PT
'
:
F
.
CHILD
(
2
,
F
.
PT
),
...
...
@@ -43,14 +45,6 @@ def main(options: Options):
variables
+=
variables_extra
#FunTuple: associate functor collections to field name
"""
variables_dsk = {
'
ALL
'
: variables_all, #adds variables to all fields
'
B0
'
: variables,
'
Ds
'
: variables_extra,
'
Kp
'
: variables_extra
}
"""
variables_dspi
=
{
'
ALL
'
:
variables_all
,
#adds variables to all fields
'
B0
'
:
variables
,
...
...
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