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
DaVinci
Commits
eabfa0fd
Commit
eabfa0fd
authored
Feb 24, 2017
by
Alex Pearce
Browse files
Create MC tables for merged HLT2 ProtoParticles.
parent
2b283e31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Phys/Tesla/python/Tesla/Configuration.py
View file @
eabfa0fd
...
...
@@ -338,6 +338,13 @@ class Tesla(LHCbConfigurableUser):
assocpp
.
InputData
+=
[
matchedProtos
[
0
]
]
ChargedProtoSeq
.
Members
+=
[
trackTruthSeq
]
# Add container of merged long and downstream PersistReco PPs
# TODO this should be in the list in the configuration file
assocpp
.
InputData
+=
[
'Hlt2/Protos/Charged'
]
print
(
"Adding additional PR protoparticles for truth matching: "
+
assocpp
.
InputData
[
-
1
])
trackTruthSeq
=
self
.
_configureTrackTruth
(
assocpp
,
'/Event/Hlt2/TrackFitted/Charged'
)
ChargedProtoSeq
.
Members
+=
[
trackTruthSeq
]
# Add standard Turbo ProtoParticles
assocpp
.
InputData
+=
[
protocont
]
...
...
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