From 710ea4e850e04193e813a08d54350ed755cf755c Mon Sep 17 00:00:00 2001 From: hristov Date: Sun, 28 Jul 2002 10:48:21 +0000 Subject: [PATCH] Using the absolute path to the config macro --- TOF/AliTOFtest.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOF/AliTOFtest.C b/TOF/AliTOFtest.C index 9ccaf4867c5..1a2f7843936 100644 --- a/TOF/AliTOFtest.C +++ b/TOF/AliTOFtest.C @@ -13,7 +13,7 @@ Int_t AliTOFtest() // Initialize the test setup //gAlice->Init("$(ALICE_ROOT)/TOF/AliTOFconfig.C"); - gAlice->Init("AliTOFconfig.C"); + gAlice->Init("$ALICE_ROOT/TOF/AliTOFconfig.C"); // Run one central Hijing event and create the hits (time required: // some minuts) -- 2.39.3