]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed all calls to cout, will be replaced by HLT log messages.
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Feb 2007 19:11:47 +0000 (19:11 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Feb 2007 19:11:47 +0000 (19:11 +0000)
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.cxx
HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinder.cxx

index 4f23798c1903ceebbf29e97fc10eb24f36f2cd10..a9da3265594899d914e86febdaf8d8e4bd13f602 100644 (file)
@@ -136,7 +136,7 @@ int AliHLTPHOSRawAnalyzerComponent::DoEvent( const AliHLTComponentEventData& evt
 
   if((fEventCount % 100) == 0)
     {
-      cout << "analyzing event: " << fEventCount << endl;
+      //      cout << "analyzing event: " << fEventCount << endl;
     }
 
   for( ndx = 0; ndx < evtData.fBlockCnt; ndx++ )
@@ -147,7 +147,7 @@ int AliHLTPHOSRawAnalyzerComponent::DoEvent( const AliHLTComponentEventData& evt
 
       if ( iter->fDataType != AliHLTPHOSDefinitions::gkDDLPackedRawDataType )
        {
-         cout << "Warning: data type = is nOT gkDDLPackedRawDataType " << endl;
+         //      cout << "Warning: data type = is nOT gkDDLPackedRawDataType " << endl;
          continue;
        }
 
@@ -162,7 +162,7 @@ int AliHLTPHOSRawAnalyzerComponent::DoEvent( const AliHLTComponentEventData& evt
  
       if(fEventCount%100 ==0)
        {
-         cout <<"Analyzing event: " << fEventCount << endl; 
+         //      cout <<"Analyzing event: " << fEventCount << endl; 
        }
  
       while(fPHOSRawStream->Next())
index e9a12dd0afb57cddf80d4853d6f6874f6aa91e74..c1b06e590bb2c16d050d281a7ddd5639db61ac44 100644 (file)
@@ -113,7 +113,7 @@ AliHLTPHOSRawAnalyzerPeakFinder::Evaluate(int start, int length)
 
   if(fTVectorPtr == 0 || fAVectorPtr == 0)
     {
-      printf("\nError: the peakfinder vectors are not specified, aborting !!!\n");
+      //      printf("\nError: the peakfinder vectors are not specified, aborting !!!\n");
     }
   else
     {