]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed compilation
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 17:50:03 +0000 (17:50 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 17:50:03 +0000 (17:50 +0000)
HLT/BASE/util/AliHLTCompStatCollector.cxx

index 1a58a00cb11aa2a3e55840f9a9ddd37ee9695b34..0da193674c68fab953bc9f1f2d9aad881f90b458 100644 (file)
@@ -375,9 +375,9 @@ int AliHLTCompStatCollector::DoEvent( const AliHLTComponentEventData& /*evtData*
          TFolder* parentFolder=dynamic_cast<TFolder*>((*consumer)->FindObject(HLTSTAT_ENTRY_PARENT_FOLDER_NAME));
          assert(parentFolder);
          if (parentFolder) {
+#ifdef __DEBUG
            TIter entries(parentFolder->GetListOfFolders());
            while (TObject* entry=entries.Next())
-#ifdef __DEBUG
              if (entry) {
                HLTDebug("   searching %s in %s: %s", idstr.Data(), (*consumer)->GetName(), entry->GetName());
              }