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
LHCb
MooreAnalysis
Commits
6c144263
Commit
6c144263
authored
Sep 22, 2021
by
Ross John Hunter
Browse files
Temporatily Switch off TOS efficiencies for HLT2
parent
4b59c963
Pipeline
#3044201
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HltEfficiencyChecker/python/HltEfficiencyChecker/config.py
View file @
6c144263
...
...
@@ -255,6 +255,7 @@ def add_efficiency_tuples(moore_cf, lines, descriptor_template=None):
line
.
objects_to_persist
[
0
].
location
for
line
in
lines
],
Hlt2DecReports
=
dec_reports
.
location
)
use_mctttos
=
(
stage
==
1
)
# Analysis!807 needed for HLT2
# Want the following tools for both rates and line efficiencies
tuple_flag
=
'MCDecayTreeTuple'
if
efficiency_mode
else
'EventTuple'
...
...
@@ -280,9 +281,10 @@ def add_efficiency_tuples(moore_cf, lines, descriptor_template=None):
mcdtt
=
_mc_decay_tree_tuple
(
Decay
=
decay
,
Branches
=
branches
,
ToolList
=
tool_list
+
[
mcttkin
.
getFullName
(),
mcttrec
.
getFullName
()]
+
[
mctttos
.
getFullName
()])
ToolList
=
tool_list
+
[
mcttkin
.
getFullName
(),
mcttrec
.
getFullName
()
]
+
([
mctttos
.
getFullName
()]
if
use_mctttos
else
[]))
nodes
=
[
make_links_lhcbids_mcparticles_tracking_system
(),
make_mc_track_info
(),
mcdtt
...
...
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