]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing debug output
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Sep 2009 11:28:39 +0000 (11:28 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Sep 2009 11:28:39 +0000 (11:28 +0000)
HLT/PHOS/AliHLTPHOSRawAnalyzerComponentv3.cxx

index c7757bc8566988e92b45a2fff005ba275bd48421..1a15b407d23aca300411a8276a9ccafff1ee72f7 100644 (file)
@@ -202,10 +202,10 @@ AliHLTPHOSRawAnalyzerComponentv3::DoIt(const AliHLTComponentBlockData* iter, Ali
              
       //crazyness = fSanityInspectorPtr->CheckInsanity(static_cast<const UInt_t*>(fAltroBunchPtr->GetData()), static_cast<const Int_t>(fAltroBunchPtr->GetBunchSize()));
       
-      for(int i = 0; i < nSamples; i++)
-       {
-         cout << (fAltroRawStreamPtr->GetSignals())[i] << endl;
-       }
+      // for(int i = 0; i < nSamples; i++)
+      //       {
+      //         cout << (fAltroRawStreamPtr->GetSignals())[i] << endl;
+      //       }
 
       //Evalute signal amplitude and timing
       fAnalyzerPtr->SetData(fAltroRawStreamPtr->GetSignals(), nSamples);