]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCalibrationData.cxx
Reading PMT gains from an external file
[u/mrichter/AliRoot.git] / MUON / AliMUONCalibrationData.cxx
index 9c0ba7a324d8d8a2d6debd7e3fd4645c29d66e9c..93654ed6fe65bd17f600d67ba97b4d7b349ad9d9 100644 (file)
@@ -615,7 +615,7 @@ AliMUONCalibrationData::CreateHV(Int_t runNumber,
     Int_t a(0),b(0),c(0),d(0),e(0),f(0),g(0),h(0),u(0),z(0);
     TIter next(messages);
     TObjString* msg;
-    char hvCase;
+    char hvCase('u');
     
     while ( ( msg = static_cast<TObjString*>(next()) ) )
     {
@@ -696,6 +696,10 @@ AliMUONCalibrationData::CreateObject(Int_t runNumber, const char* path, Int_t* s
       entry->SetOwner(kFALSE);
       delete entry;      
     }
+//    else
+//    {
+//      entry->SetOwner(kTRUE); //FIXME : this should be done but is causing problems with RecoParams at the end of the reco : investigate why...
+//    }
     return object;
   }
        else