Skip to content
Snippets Groups Projects
Commit ac590130 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Remove L0 to Hlt conversion

parent 265eb3fc
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!408Remove L0 to Hlt conversion
Pipeline #1755466 passed
......@@ -18,7 +18,7 @@ from LHCbKernel.Configuration import *
from Configurables import GaudiSequencer
from Configurables import ( LHCbConfigurableUser, LHCbApp,
PhysConf, AnalysisConf,
DstConf, L0Conf, LumiAlgsConf, TurboConf )
DstConf, LumiAlgsConf, TurboConf )
from LumiAlgs.LumiIntegratorConf import LumiIntegratorConf
import GaudiKernel.ProcessJobOptions
......@@ -115,7 +115,6 @@ class DaVinci(LHCbConfigurableUser) :
PhysConf ,
AnalysisConf ,
DstConf ,
L0Conf ,
LumiAlgsConf ,
LumiIntegratorConf,
TurboConf ,
......@@ -434,22 +433,6 @@ class DaVinci(LHCbConfigurableUser) :
return seq
################################################################################
# Decode DecReports
#
def _decReports(self):
"""
Make L0 reports look just like HLT reports
"""
from Configurables import L0SelReportsMaker, L0DecReportsMaker
DataOnDemandSvc().AlgMap["HltLikeL0/DecReports"] = L0DecReportsMaker( OutputLevel = 4 )
DataOnDemandSvc().AlgMap["HltLikeL0/SelReports"] = L0SelReportsMaker( OutputLevel = 4 )
from Configurables import L0Conf
L0Conf().FullL0MuonDecoding = True
L0Conf().EnableL0DecodingOnDemand = True
#HLT already done in DecodersDB
################################################################################
# @todo Stolen from Brunel. Could be common to all apps?
#
......@@ -768,9 +751,6 @@ class DaVinci(LHCbConfigurableUser) :
# genFSR merging
self.sequence().Members += self._genFSR()
# Dec reports
self._decReports()
# Printouts ...
verbosePrint = self.getProp("VerboseMessages")
from Configurables import LoKiSvc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment