]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveHLT/AliEveHOMERSourceList.cxx
From Philippe & Laurent: new variant of MUON visualization.
[u/mrichter/AliRoot.git] / EVE / EveHLT / AliEveHOMERSourceList.cxx
index 2d1deb6910b8b20f41a434b08bd6a72b75608436..3cceeae59a258381b2c73abcd3519a926e64f3b8 100644 (file)
@@ -1,3 +1,5 @@
+//-*- Mode: C++ -*-
+
 // $Id$
 // Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
 
@@ -49,8 +51,6 @@ void AliEveHOMERSourceList::CreateByType()
 void AliEveHOMERSourceList::RebuildSourceReps()
 {
   DestroyElements();
-  // !!!! if fManager ?
-  // ???? fManager->CreateHOMERSourcesList();
   TList* srcList = fManager->GetSourceList();
   fSrcMap->FillMap(srcList, 1);
 
@@ -67,13 +67,13 @@ void AliEveHOMERSourceList::RebuildSourceReps()
     parentStack.back()->AddElement(src);
 
     parentStack.push_back(src); ++parentLvl;
-    /*
+    
     printf("%*s%s [state=%d, handle=0x%lx] {ssdet='%s'}\n", 4*i.level(), "",
           i.description().Data(), i.state().fState,
           (ULong_t) i.state().fHandle,
           i.id().fSSDet.Data());
 
-    */
+    
   }
 }
 
@@ -97,13 +97,13 @@ Bool_t AliEveHOMERSourceList::GetSelectedSources() {
     fManager->SetSourceState( (AliHLTHOMERSourceDesc*) iter.state().fHandle,iter.state().fState );
     bResult = kTRUE;
 
-    /*
+#if 0 // EVE_DEBUG   
     printf("%*s%s [state=%d, handle=0x%lx] {ssdet='%s'}\n", 4*iter.level(), "",
           iter.description().Data(), iter.state().fState,
           (ULong_t) iter.state().fHandle,
           iter.id().fSSDet.Data());
-    */
-
+    
+#endif