Skip to content
Snippets Groups Projects

Adapted to cleanup of do_unpacking

Merged Sebastien Ponce requested to merge sponce_dounpacking into master
@@ -51,6 +51,8 @@ config = configure_input(options)
if args.lumi_stream:
from PyConf.Algorithms import LHCb__SelectViewForHltSourceID, HltLumiSummaryDecoder, HltLumiSummaryMonitor
rawevent = default_raw_event("HltLumiSummary")
odinbank = default_raw_banks("ODIN")
odin = make_odin()
lumiRB = default_raw_banks("HltLumiSummary")
sel1 = LHCb__SelectViewForHltSourceID(
@@ -70,7 +72,7 @@ if args.lumi_stream:
from Configurables import Gaudi__Monitoring__MessageSvcSink as MessageSvcSink
from Configurables import Gaudi__Monitoring__JSONSink as JSONSink
algs = [odin, lumiRB, sel1, sel2, dec1, dec2, monit]
algs = [rawevent, odinbank, odin, lumiRB, sel1, sel2, dec1, dec2, monit]
ApplicationMgr().HistogramPersistency = "ROOT"
ApplicationMgr().ExtSvc = [
configured_ann_svc(),
Loading