]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3RawDataFileHandler.cxx
Removed ASV version in AliL3FileHandler by another effective i/o method using index...
[u/mrichter/AliRoot.git] / HLT / src / AliL3RawDataFileHandler.cxx
index 1fb6da4f311bf36cd273174a3542d8e24821ca79..71db861604a5e2aca5fc4b3008fee0818a40e913 100644 (file)
@@ -223,13 +223,13 @@ Bool_t AliL3RawDataFileHandler::SetRawPedestalsInput(ifstream *file)
 
 void AliL3RawDataFileHandler::CloseRawPedestalsInput()
 {
-  if(!fInRaw){
+  if(!fInRawPed){
     LOG(AliL3Log::kWarning,"AliL3RawDataFileHandler::CloseRawPedestalsInput","File Close")
       <<"Nothing to Close"<<ENDLOG;
     return;
   }
-  if(fInRawPed->is_open()) fInRaw->close();
-  delete fInRaw;
+  if(fInRawPed->is_open()) fInRawPed->close();
+  delete fInRawPed;
   fInRaw = 0;
 }