Skip to content

Use TriggerFlags.doTransientByteStream to enable transient BS

Rafal Bielski requested to merge rbielski/athena:trig-transient-bs-flag into master

Remove some confusion from using the writeBS flag to configure transient ByteStream writing. It should be now clear that writeBS means writing BS output file (i.e. persistent BS) at the end of event processing and doTransientByteStream enables transient ByteStream creation at the beginning of event processing. The two settings are independent.

cc @damazio, @wiedenma, @jmasik

Closes ATR-20640

Edited by Rafal Bielski

Merge request reports