]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveHLT/AliEveHOMERSourceMap.cxx
* Added new Handler Classes for HOMER Proxy
[u/mrichter/AliRoot.git] / EVE / EveHLT / AliEveHOMERSourceMap.cxx
index 98f7704044f714e82dc571b93601be6b5bd37bd5..c4882215a98453d61d7d1ad725dacaef00690463 100644 (file)
@@ -191,7 +191,7 @@ void AliEveHOMERSourceMapByType::FillMap(const TList* handles, Bool_t def_state)
     insert(srcid, srcst, def_state);
 
     srcid.fDet = h->GetDetector();
-    if (h->GetSubDetector().IsNull())
+    if (h->GetSubDetector() == 0)
     {
       srcst.fHandle = h;
       insert(srcid, srcst, def_state);
@@ -200,7 +200,7 @@ void AliEveHOMERSourceMapByType::FillMap(const TList* handles, Bool_t def_state)
     insert(srcid, srcst, def_state);
 
     srcid.fSDet = h->GetSubDetector();
-    if (h->GetSubSubDetector().IsNull())
+    if (h->GetSubSubDetector() == 0)
     {
       srcst.fHandle = h;
       insert(srcid, srcst, def_state);