]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No debug output by default
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Sep 2004 08:03:14 +0000 (08:03 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Sep 2004 08:03:14 +0000 (08:03 +0000)
PMD/AliPMDReconstructor.cxx

index 1b5d51235961c532a86d2dc12904ef6812e94764..d90e2ed240ee76835721c4dec7f60706b7fc8538 100644 (file)
@@ -39,7 +39,7 @@ void AliPMDReconstructor::Reconstruct(AliRunLoader* runLoader) const
 
   AliPMDClusterFinder *pmdClus = new AliPMDClusterFinder(runLoader);
   pmdClus->Load();
-  pmdClus->SetDebug(1);
+  //  pmdClus->SetDebug(1);
   for (Int_t iEvent = 0; iEvent < runLoader->GetNumberOfEvents(); iEvent++)
     {
       pmdClus->Digits2RecPoints(iEvent);
@@ -59,7 +59,7 @@ void AliPMDReconstructor::Reconstruct(AliRunLoader* runLoader,
 
   Int_t iEvent = 0;
   while (rawReader->NextEvent()) {
-    pmdClus.SetDebug(1);
+    //    pmdClus.SetDebug(1);
     pmdClus.Digits2RecPoints(iEvent,rawReader);
     
     iEvent++;