Add a 2-track line using new combiner/functors
- Re-add a Moore functor cache and force its use in
test_hlt1_example.qmt
. - Try implementing a 2-track hlt1 line with new functor/combiner machinery.
- Add a
debug_two_track_mva
line, which demonstrates dumping functor values evaluated on a 2-track combination. - Move example MVA lines out of
Hlt/Hlt1Conf/options/hlt1_example.py
and modify them to use new functors. TheHlt1TrackMVA
is implemented nearly-completely (there is no ghost probability, and we are tacitly assuming that things like "ipchi2" and "track chi2" mean the same thing here as they used to, which is not really the case...). TheTwoTrackMVA
is partially implemented (like all recent options, there is no actual MVA, and some pre-selection cuts are omitted). - Replace
LoKi__VoidFilter
+ LoKi functors withPrVoidFilter
+ new functors. - Tweak the
Hlt1Conf
setup to put the ODIN from the input file somewhere, instead of only having the fake ODIN with a fake event time. - Reduce python logging verbosity
Goes with LHCb!2029 (merged) and Rec!1625 (merged)
Edited by Rosen Matev
Merge request reports
Activity
Filter activity
mentioned in merge request LHCb!2029 (merged)
mentioned in merge request Rec!1625 (merged)
- Resolved by Vava Gligorov
added 1 commit
- 97344a51 - Add example options that dump 2-track combinationi info.
added 1 commit
- fa614845 - Add example options that dump 2-track combination info.
@rmatev, if you wish to test this, I have added LHCb!2029 (merged) and Rec!1625 (merged) to lhcb-lcg-dev4 nightly
added 12 commits
-
ece81506...7765f6d7 - 4 commits from branch
master
- d5e69804 - Implement another two track "MVA" using the new functors.
- 869a25c8 - Add a Moore functor cache.
- 43a71c54 - Use a new-functor-based void filter.
- fde1762b - Use v2::Track in the new two track line.
- 017ce8fb - Follow naming changes and support the tupling version of CombineTracks.
- 23055bd4 - Add example options that dump 2-track combination info.
- 089939c7 - Add some more branches.
- 24e83a34 - Decode ODIN so my dumper can save the run/event number.
Toggle commit list-
ece81506...7765f6d7 - 4 commits from branch
added 1 commit
- 5f043983 - Decode ODIN so my dumper can save the run/event number.
added 1 commit
- faf9acfd - Decode ODIN so my dumper can save the run/event number.
mentioned in issue #51 (closed)
added 1 commit
- b20ac7fc - Implement the TrackMVA line using new functors.
added 2 commits
- Resolved by Gerhard Raven
Please register or sign in to reply