From 2f331bdc8a58547d8030e506b118c7fdc86e83f3 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 6 Nov 2014 09:22:50 +0100 Subject: [PATCH] libTPCsim depends on libTPCrec since ALiTPCDigitizer uses AliTPCReconstructor::StreamLevel --- macros/loadlibssim.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/loadlibssim.C b/macros/loadlibssim.C index c1bf6148f66..2c94d3ca8a0 100644 --- a/macros/loadlibssim.C +++ b/macros/loadlibssim.C @@ -79,8 +79,8 @@ Int_t loadlibssim () if ( gSystem->Load("libEMCALsim") < 0 ) return ret; ret--; if ( gSystem->Load("libTPCbase") < 0 ) return ret; ret--; - if ( gSystem->Load("libTPCsim") < 0 ) return ret; ret--; if ( gSystem->Load("libTPCrec") < 0 ) return ret; ret--; + if ( gSystem->Load("libTPCsim") < 0 ) return ret; ret--; if ( gSystem->Load("libITSbase") < 0 ) return ret; ret--; if ( gSystem->Load("libITSsim") < 0 ) return ret; ret--; if ( gSystem->Load("libITSrec") < 0 ) return ret; ret--; // Needed by libAliHLTITS -- 2.39.3