Skip to content

Move TrigCommon/athenaHLT-select-PEB-stream.py to TrigByteStreamTools/trigbs_extractStream.py

Move the script from HLT domain to Trigger domain. The HLT directory is normally only part of the AthenaP1 project (will be when we split again) but the script is not specific to online. Single-stream ByteStream files can be also produced with offline athena and they also need to be split with this script for downstream use. This is e.g. the case in test_trigAna_BStoBStoESDAOD_mt1_build.py.

Also change the name of this script, as it is no longer specific to partial event building (PEB). In fact, nowadays we use it most commonly to extract the physics_Main stream from a merged BS file.

All clients/mentions of the script are also adapted.

cc the author @wiedenma and users @doglioni, @mark, @tamartin - please tag more if I missed them

Merge request reports