]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0RawReader.cxx
removed huge printout
[u/mrichter/AliRoot.git] / T0 / AliT0RawReader.cxx
index 3aefb2d7f1d1e86233ae7aa4eb530bafe25f7dcd..f0a36b5273107bc595aa0f30f4cff2dc5a75faf9 100644 (file)
@@ -31,6 +31,9 @@
 #include "TArrayI.h"
 #include "AliLog.h"
  
+using std::cout;
+using std::endl;
+using std::ios_base;
 ClassImp(AliT0RawReader)
   
   AliT0RawReader::AliT0RawReader (AliRawReader *rawReader, Bool_t isOnline)
@@ -202,9 +205,9 @@ Bool_t  AliT0RawReader::Next()
                }
                if(correct){
                  hit=koefhits[koef];
-                 if(hit>5) {  
+                 if(hit>4) {  
                    AliDebug(10,Form("Too many hits for %i channel - %i ! ",koef,koefhits[koef] )); 
-                   hit=5;
+                   hit=4;
                  }
                  fAllData[koef][hit]=time; 
                  koefhits[koef]++;