]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix (Gustavo)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Nov 2006 13:39:29 +0000 (13:39 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Nov 2006 13:39:29 +0000 (13:39 +0000)
RAW/AliCaloRawStream.cxx

index af9508f4db2c98286207f8f350d873c06a9a9c12..b133ba34ce8d1472103b7927302a9d7eebb5beea 100644 (file)
@@ -61,8 +61,8 @@ ClassImp(AliCaloRawStream)
   fNRCU = 4;
   if(calo == "EMCAL")  fNRCU = 2;
 
-  TString path = gSystem->Getenv("ALICE_ROOT/");
-  path += calo+"/mapping/RCU";
+  TString path = gSystem->Getenv("ALICE_ROOT");
+  path += "/"+calo+"/mapping/RCU";
   TString path2;
   for(Int_t i = 0; i < fNRCU; i++) {
     path2 = path;