Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
MooreAnalysis
Commits
10ab2e87
Commit
10ab2e87
authored
Aug 05, 2021
by
Rosen Matev
Browse files
Adapt imports for
Moore!953
parent
1656fde2
Pipeline
#2895602
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HltEfficiencyChecker/python/HltEfficiencyChecker/config.py
View file @
10ab2e87
...
...
@@ -13,9 +13,8 @@ import re
from
PyConf.application
import
configure_input
,
configure
from
PyConf.control_flow
import
CompositeNode
,
NodeLogic
from
PyConf.application
import
make_odin
from
Moore.config
import
(
moore_control_flow
,
setup_allen_non_event_data_service
,
setup_ann_service
,
get_allen_hlt1_decision_ids
)
from
Moore.config
import
(
moore_control_flow
,
setup_ann_service
,
get_allen_hlt1_decision_ids
)
from
PyConf.Algorithms
import
MCDecayTreeTuple
,
EventTuple
from
Configurables
import
(
TupleToolTrigger
,
TupleToolEventInfo
,
MCTupleToolKinematic
,
MCTupleToolReconstructed
,
...
...
@@ -47,6 +46,8 @@ def _mc_decay_tree_tuple(**kwargs):
def
run_allen_in_moore_with_tuples
(
options
,
descriptor_template
=
None
,
public_tools
=
[]):
from
Allen.config
import
setup_allen_non_event_data_service
assert
options
.
ntuple_file
,
"You must set options.ntuple_file"
if
descriptor_template
:
...
...
Write
Preview
Supports
Markdown
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