]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliCaloRawStream.cxx
un comment the check for the need of ushort
[u/mrichter/AliRoot.git] / 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;