Skip to content

DcmEmulator: Change output file stream type and name

Rafal Bielski requested to merge rbielski/HLTMPPU:dcm-emu-stream into master

Change the output file stream type and name in DcmEmulator to align it with the values used in offline athena. The offline values were recently set to type="unknown" and name="SingleStream" in atlas/athena!37212 (merged) as a follow-up to ATR-22159. I thought it would be good to have consistent behaviour between athena and athenaHLT.

Tested with test_trigP1_v1Dev_decodeBS_build.py and test_trigP1_v1PhysP1_T0MonTrf_build.py - all works, no changes are needed on the athena side. The output file in the first test is now named:

data18_13TeV.00360026.unknown_SingleStream.daq.RAW._lb0151._HLTMPPy_output._0001.data

Hope this is fine @fwinkl, @wiedenma?

Merge request reports