From 971dcdbede2828de184fe78d855d99b44ba995b5 Mon Sep 17 00:00:00 2001 From: Oksana Shadura <oksana.shadura@cern.ch> Date: Thu, 22 Jun 2017 20:10:14 +0200 Subject: [PATCH] Enabling LZ4 as default compression algorithm for Event test --- test/MainEvent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MainEvent.cxx b/test/MainEvent.cxx index 63ae25ca90d..f31d664bd82 100644 --- a/test/MainEvent.cxx +++ b/test/MainEvent.cxx @@ -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; -- GitLab