Skip to content

print stream name instead of object and location of handle instead of DataHandle

Gerhard Raven requested to merge improve-config-printout into master

fix printout of rawbanks for streams during configuration, eg:

Stream 'sl' will have the following banks: '/Event/RawBanks/ODIN', '/Event/HltDecReportsWriter_d11f28d3/OutputView', '/Event/HltPackedBufferWriter_4bf46fdd/OutputView', '/Event/SelectHlt1HltDecReports/Output', '/Event/SelectHlt1HltSelReports/Output', '/Event/SelectHlt2HltDecReports/Output', '/Event/SelectHlt2HltRoutingBits/Output', '/Event/RawBanks/VP', '/Event/RawBanks/VPRetinaCluster'

instead of:

<Moore.streams.Stream object at 0x7ff42c6144c0> will have the following banks [DataHandle('/Event/RawBanks/ODIN'), DataHandle('/Event/HltDecReportsWriter_d11f28d3/OutputView'), DataHandle(''/Event/HltPackedBufferWriter_4bf46fdd/OutputView'), DataHandle('/Event/SelectHlt1HltDecReports/Output'), DataHandle('/Event/SelectHlt1HltSelReports/Output'), DataHandle('/Event/SelectHlt2HltDecReports/Output'), DataHandle('/Event/SelectHlt2HltRoutingBits/Output'), DataHandle('/Event/RawBanks/VP'), DataHandle('/Event/RawBanks/VPRetinaCluster')]

Merge request reports

Loading