]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Path to data file changed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jan 2003 10:29:33 +0000 (10:29 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jan 2003 10:29:33 +0000 (10:29 +0000)
FASTSIM/AliMUONFastTracking.cxx

index 3ebd12353f20be9444656a89830803813d2da802..ce9f021ac45ef294151079a2027c448c71b39ac1 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.1  2003/01/06 10:13:33  morsch
+First commit.
+
 */
 
 #include "AliMUONFastTracking.h"
@@ -108,7 +111,7 @@ void AliMUONFastTracking::Init(Float_t bkg)
   }
   
   char filename [100]; 
-  sprintf (filename,"$(ALICE_ROOT)/data/MUONtrackLUT.root"); 
+  sprintf (filename,"$(ALICE_ROOT)/FASTSIM/data/MUONtrackLUT.root"); 
   TFile *file = new TFile(filename); 
   ReadLUT(file);
   SetBackground(bkg);