Include all B2OC lines in the throughput test
Follow up from !1033 (merged). Not all B2OC lines could be included in the throughput test because they could not be fully converted to ThOr. The following points must be solved to include the rest of them:
-
Convert the V0 markers in standard_particles.py
to ThOr. It seems the only issue here is the buggyBPVLTIME
ThOr functor. -
Convert the TMVA filters to ThOr. Is the ThOr implementation equivalent? (see example here) -
Some lines depend on particle ID functors such as ABSID
(see example here). This is being implemented on Rec!2575 (merged).