Skip to content
Snippets Groups Projects
Commit 1fed1e45 authored by pereira's avatar pereira
Browse files

Adding variable HadronConeExclTruthLabelID to heavy-ion jet collections.

This is the standard reference for truth flavour info in b-tagging
studies, but had not been included in the heavy-ion jet reconstruction,
which is performed separately from that of other jet collections.
parent 73457e05
No related branches found
No related tags found
No related merge requests found
......@@ -199,8 +199,8 @@ if jetFlags.useTracks():
hi_modifiers += [jtm.trkmoms, jtm.jvf, jtm.jvt]
# hi_modifiers += [jtm.jvf, jtm.jvt, jtm.trkmoms]
if jetFlags.useTruth():
hi_modifiers += [jtm.truthpartondr,jtm.partontruthlabel]
hi_trk_modifiers += [jtm.truthpartondr,jtm.partontruthlabel]
hi_modifiers += [jtm.truthpartondr,jtm.partontruthlabel,jtm.jetdrlabeler]
hi_trk_modifiers += [jtm.truthpartondr,jtm.partontruthlabel,jtm.jetdrlabeler]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment