Skip to content

WIP: Implementation of tracktwoMVABDT tau trigger chain

This MR contains changes to implement a chain that was being tested in 21.3

This is a WIP so any parameters are for testing purposes until all the tests pass. I am running test_trig_mc_v1Dev_slice_tau_build.py and test_trig_data_v1Dev_slice_tau_build.py mainly.

The tracktwoMVABDT chain is a small modification of the tracktwoMVA chain: the getFastTrackMVA step updates the RoI using another algorithm.

Main issues

  • Error recording HLT_Roi_TauCore_MVA which I guess comes from using the same recordable name in TauRecoSequences.py. If changed, the test complains that TriggerEDMRun3.py has to be modified. Is this expected?

IMFTFCoreMVABDT 0 0 ERROR ERROR in TrigCompositeUtils::createAndStoreNoAux Unable to record HLT_Roi_TauCore_MVA

  • For the new algorithm, I need to load the HLT tau object in TrigTauTrackRoiUpdaterMT but crashes at CHECK( tauJetHandle.isValid() )

Merge request reports