Skip to content

Configure combined sequences in HLT newJO

Aleksandra Poreba requested to merge aporeba/athena:combohypo-newJO-cf into master

Configure combined sequences in newJO - merged filter, view, and reco sequences are created. Also, ComboHypo is created and configured.

Due to the possibility of many hypos in one sequence findInputMaker and findHypoAlg are replaced with functions that will find all the algorithms for the step, not just the first one.

Part of the new ComponentAccumulator configuration with the combined sequence:

          \__ Menu2merged_Step2_Electron_step2_EFMSMuon_step2 (seq: SEQ AND)
             \__ Fmerged_Step2_Electron_step2_EFMSMuon_step2 (alg)
             \__ merged_Step2_Electron_step2_EFMSMuon_step2_view (seq: SEQ AND)
                \__ merged_Step2_Electron_step2_EFMSMuon_step2_reco (seq: PAR OR)
                   \__ ElectronInDet (seq: SEQ AND)
                      \__ IMElectronInDet (alg)
                      \__ ElectronInDetInView (seq: PAR OR)
                         \__ InDetPixelRawDataProvider_Electron (alg)
                         \__ InDetSCTRawDataProvider_Electron (alg)
                         \__ InDetSCTEventFlagWriter_Electron (alg)
                         \__ InDetTRTRawDataProvider_Electron (alg)
                         \__ InDetPixelClusterization_Electron (alg)
                         \__ InDetSCT_Clusterization_Electron (alg)
                         \__ InDetSiTrackerSpacePointFinder_Electron (alg)
                   \__ EFMuMSReco (seq: SEQ AND)
                      \__ IMEFMuMSReco (alg)
                      \__ EFMuMSRecoInView (seq: PAR OR)
                         \__ EFMuonViewDataVerifier (alg)
                         \__ TrigMooSegmentFinder (alg)
                         \__ TrigMuPatTrackBuilder (alg)
                \__ FakeHypoForElectron (alg)
                \__ FakeHypoForMuon (alg)
                \__ ComboHypo_merged_Step2_Electron_step2_EFMSMuon_step2 (alg)

Tagging @tbold

Edited by Aleksandra Poreba

Merge request reports