]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliFMDMap.cxx
removal of obsolete classes - cleanup of AliITSClusterFinder.cxx
[u/mrichter/AliRoot.git] / STEER / AliFMDMap.cxx
index f2e49a9775b711cc62a2536e16aff45b97811a54..1b8ce2a0505c4275391bec94221bea98b5af70fe 100755 (executable)
@@ -62,7 +62,7 @@ void
 AliFMDMap::CheckNeedUShort(TFile* file) 
 {
   if (!file) return;
-  TObject* o = file->GetStreamerInfoList()->FindObject(ClassName());
+  TObject* o = file->GetStreamerInfoList()->FindObject("AliFMDMap");
   if (!o) return;
   TStreamerInfo* info = static_cast<TStreamerInfo*>(o);
   if (info->GetClassVersion() == 2) SetBit(kNeedUShort);