Skip to content

trigbs_dumpHLTContentInBS: add option to deserialize EDM collections

Frank Winklmeier requested to merge fwinkl/athena:trigbsdump into 24.0

Add --deserialize option. Example:

> trigbs_dumpHLTContentInBS_run3.py --deserialize RAW.data

---- xAOD::MuonRoIContainer_v1#LVL1MuonRoIs, Size: 124 bytes (1 element)
     { @0x22775ff0 }
---- xAOD::MuonRoIAuxContainer_v1#LVL1MuonRoIsAux., Size: 244 bytes (1 element)
     <cppyy.gbl.xAOD.MuonRoIAuxContainer_v1 object at 0x22253660>
------ vector<unsigned long>#LVL1MuonRoIsAux.thresholdPatterns, Size: 104 bytes (1 element)
       { 524295 }

Might be useful in debugging even truncation. cc @fpastore @tamartin

Merge request reports