From f47ebb4e26228cc4b7ce4f788242e470c6472ae9 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 27 Nov 2012 15:36:34 +0000 Subject: [PATCH] Adding ITS/UPGRADE libraries, libEveDet.so depend on them --- macros/mkhtml.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macros/mkhtml.C b/macros/mkhtml.C index abcd2a72cb2..2e1f4739a9a 100644 --- a/macros/mkhtml.C +++ b/macros/mkhtml.C @@ -99,6 +99,11 @@ void mkhtml (char *macro=0, Int_t force=0) { gSystem->Load("libPWGUDdiffractive.so"); gSystem->Load("libPWGUDselectors.so"); + // ITS/UPGRADE + gSystem->Load("libITSUpgradeBase.so"); + gSystem->Load("libITSUpgradeSim.so"); + gSystem->Load("libITSUpgradeRec.so"); + // EVE gSystem->Load("libEve.so"); gSystem->Load("libEveBase.so"); -- 2.39.3