Migration of muon/jet/photon TLA to CA (ATR-26947)
Purpose
Migration of muon/jet/photon TLA to CA configs and MenuSequenceCA.
Changes
- made
TrigEventInfoRecorderAlgCfg
CA based - used by both TLA and HLT jet (ATR-25350) - Added TLA jet/muon/photon Config files for returning MenuSequenceCA.
-
TLABuildingSequences.py
based on MenuSequenceCA in global wrapper. - Remove obsolete non-CA based TLA config files in
TriggerMenuMT/python/HLT/Jet/Muon/Photon
.
Tests
- Compared configurations before/after change, verified no structural changes, just renaming differences:
TrigPhotonTLAHypoAlg
-> TrigPhotonTLAHypoAlg_HLT_egamma_Photons
TLAJetAthSequence_HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf
-> TrigJetTLAMainSeq_HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf
TLAJetAthSequence_HLT_AntiKt4EMTopoJets_subjesIS
-> TrigJetTLAMainSeq_HLT_AntiKt4EMTopoJets_subjesIS
TLAMuonAthSequenceHLT_MuonsCB_RoI
-> TrigMuonTLAMainSeq_HLT_MuonsCB_RoI
TLAPhotonAthSequence
-> TrigPhotonTLAMainSeq_HLT_egamma_Photons
also
TrigEventInfoRecorderAlg_TLA
RhoKey_EMTopo = StoreGateSvc+HLT_Kt4EMTopoEventShape
RhoKey_PFlow = StoreGateSvc+HLT_Kt4EMPFlowEventShape
->
TrigEventInfoRecorderAlg_TLA
RhoKey_EMTopo = HLT_Kt4EMTopoEventShape
RhoKey_PFlow = HLT_Kt4EMPFlowEventShape
which I'm assuming is not a concern. Trigger count tests show zero changes.
Edited by Claire Antel