Skip to content

TrigCost: Move end event of TrigCostSvc to dedicated algorithm

Aleksandra Poreba requested to merge aporeba/athena:cost-in-end-of-event into 22.0

Move the end event of TrigCostSvc from DecisionSummaryMaker to the dedicated algorithm executed a bit later. The configuration in the sequence (for athenaHLT):

            HLTEndSeq [Seq]  [Concurrent]  [OR] 
              TriggerSummaryFinal [Alg]  [n= 0]
              TrigSignatureMoni [Alg]  [n= 0]
              HLTFinalizeSeq [Seq]  [Sequential]  [Prompt] 
                DecisionSummaryMakerAlg [Alg]  [n= 0]
                EndOfEventROIConfirmerAlg [Alg]  [n= 0]
                acceptedEventTopSeq [Seq]  [Concurrent]  [OR]  [PASS] 
                  acceptedEventSeq_larnoiseburst_L1All [Seq]  [Sequential]  [Prompt] 
                  acceptedEventSeq_metcalo_L1All [Seq]  [Sequential]  [Prompt] 
                  acceptedEventSeq_mettrk_L1All [Seq]  [Sequential]  [Prompt] 
                    EndOfEventFilterAlg_mettrk_L1All [Alg]  [n= 0]
                    acceptedevtsmettrkEndOfEventRecoSequence [Seq]  [Concurrent]  [OR] 
                TrigCostFinalizeAlg [Alg]  [n= 0]
                EDMCreatorAlg [Alg]  [n= 0]
                TrigNavSlimmingMTAlg_Online [Alg]  [n= 0]

Example results with some of the algorithms that run after DecisionSummaryMaker: https://atlas-trig-cost-dev.web.cern.ch/?dir=aporeba&type=&tag=late-costmon-oldjo&run=431885&range=LumiBlock_00500&level=HLT&summary=Algorithm&query=EndOfEventFilterAlg_larnoiseburst_L1All

Related to ATR-26011

Tagging @tamartin

Merge request reports