Skip to content
Snippets Groups Projects
Commit 971dcdbe authored by Oksana Shadura's avatar Oksana Shadura Committed by Philippe Canal
Browse files

Enabling LZ4 as default compression algorithm for Event test

parent 5e6c24e7
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ int main(int argc, char **argv)
Int_t arg4 = 1;
Int_t arg5 = 600; //default number of tracks per event
Int_t enable_imt = 0; // Whether to enable IMT mode.
Int_t compAlg = 1; // Allow user to specify underlying compression algorithm.
Int_t compAlg = 4; // Allow user to specify underlying compression algorithm.
Int_t netf = 0;
Int_t punzip = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment