Skip to content

Update TI12 configs to enable compression

Claire Antel requested to merge enable-compression into master

Updates

configs/combinedTI12Cosmics.json
configs/combinedTI12HighRateLED.json
configs/combinedTI12Physics.json
configs/combinedTI12PhysicsSCTTreshScan.json
configs/tlbDigiTI12Cosmics.json
configs/tlbDigiTI12.json
configs/tlbDigiTI12LED.json
configs/tlbDigiTI12LEDAll.json
configs/tlbDigiTI12PMTs.json

to enable compression. Changes should be

-      { "$ref": "Templates/fileWriter.json#FileWriter" },
+      { "$ref": "Templates/eventCompressor.json#EventCompressor" },
+      { "$ref": "Templates/fileWriter.json#FileWriterCompression" },

For tlbDigiTI12Cosmics.json, 2nd digitizer channel was added as well.

Edited by Claire Antel

Merge request reports