Skip to content

trigbs_extractStream.py: explicit compression settings + new option hlt-only

Rafal Bielski requested to merge rbielski/athena:trigbs-extract-stream into master

Add two new command-line options in the trigbs_extractStream.py script.

  1. Ensure the output compression level is always explicitly set (previous implicit behaviour was inconsistent). If the new option --uncompressed / -u is used, the compression is set to NONE. If the option is not used, then the compression is set to ZLIB.
  2. Add new option --hlt-only ID / -m ID allowing to save only the HLT result and drop all detector data from the output. If ID<0 is used, all HLT ROBFragments are saved. If ID>=0 is used, only the fragments with the given ID are saved.

cc @okuprash, @wiedenma

Merge request reports