Update SCT_RawDataByteStreamCnvConfig.py and use it in clients
- Add prefix, suffix, **kwargs to SCT_RodDecoderCfg. SCTRawDataProviderToolCfg, SCTRawDataProviderCfg, SCTEventFlagWriterCfg
- Update SCTOverlayConfig.py and TrigInDetConfig.py to use SCTRawDataProviderCfg and SCTEventFlagWriterCfg of SCT_RawDataByteStreamCnvConfig
Not tested yet.
Tag @tadej
Merge request reports
Activity
added full-unit-tests label
added InnerDetector Overlay Trigger master review-pending-level-1 labels
mentioned in merge request !37177 (merged)
29 29 return acc 30 30 31 31 32 def SCTRawDataProviderAlgCfg(flags, name="SCTRawDataProvider", **kwargs): 33 """Return a ComponentAccumulator for SCT raw data provider""" 34 # Temporary until available in the central location 35 acc = ComponentAccumulator() 36 37 kwargs.setdefault("RDOKey", flags.Overlay.BkgPrefix + "SCT_RDOs") 38 kwargs.setdefault("LVL1IDKey", flags.Overlay.BkgPrefix + "SCT_LVL1ID") 39 kwargs.setdefault("BCIDKey", flags.Overlay.BkgPrefix + "SCT_BCID") 40 41 from RegionSelector.RegSelToolConfig import regSelTool_SCT_Cfg 42 kwargs.setdefault("RegSelTool", acc.popToolsAndMerge(regSelTool_SCT_Cfg(flags))) - Resolved by Susumu Oda
CI Result FAILURE (hash 87cac671)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 1, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 21834] CI Result FAILURE (hash e1531a23)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 1, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 21835] CI Result FAILURE (hash 74e25f62)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 21857] CI Result FAILURE (hash 77d45b5c)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 21860]added review-user-action-required label and removed review-pending-level-1 label