Skip to content

put back AddressKillerAlg to moore config when writing dst

Sevda Esen requested to merge sevda-addresskiller into master

Putting back the AddresskillerAlg which was removed with !2802 (merged). This causes root_writer to save links to the TES locations from the input.

ServiceManager                        DEBUG Finalizing service RootCnvSvc
RootCnvSvc                          VERBOSE Save Value[Databases]:mdf:root://x509up_u128460@ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/LHCb-Disk/lhcb/buffer/lhcb/data/2023/RAW/TURCAL/LHCb/COLLISION23/270356/270356_00140016_0002.raw
RootCnvSvc                          VERBOSE Save Value[Databases]:<localDB>
RootCnvSvc                          VERBOSE Save Value[Containers]:0
RootCnvSvc                          VERBOSE Save Value[Containers]:/Event/default
RootCnvSvc                          VERBOSE Save Value[Containers]:/Event/default/RawEvent
RootCnvSvc                          VERBOSE Save Value[Links]:/DAQ
RootCnvSvc                          VERBOSE Save Value[Links]:/default
RootCnvSvc                          VERBOSE Save Value[Links]:/RawEvent
RootCnvSvc                          VERBOSE Save Value[Params]:PFN=TEST.DST

Output is in principle fine. If DAQ/RawEvent is requested when reading the file, LHCb::RawDataCnvSvc will try to navigate back to the input file and crash...

Merge request reports