]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClusterFinder.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / TPC / AliTPCClusterFinder.cxx
index f024e60648aa61b45b79bd0e22e385d43a8ced50..cc726f201f7ace3e514e4f1b55ef7eaaa0ed9763 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.5  2001/01/26 19:57:22  hristov
-Major upgrade of AliRoot code
-
-Revision 1.4  2000/10/05 16:08:15  kowal2
-Changes due to a new class AliComplexCluster. Forward declarations.
-
-Revision 1.3  2000/07/10 20:57:39  hristov
-Update of TPC code and macros by M.Kowalski
-
-Revision 1.2  2000/06/30 12:07:49  kowal2
-Updated from the TPC-PreRelease branch
-
-Revision 1.1.2.1  2000/06/25 08:52:51  kowal2
-replacing AliClusterFinder
-
-*/
+/* $Id$ */
 
 //-----------------------------------------------------------------------------
 //
@@ -60,7 +43,8 @@ replacing AliClusterFinder
 #include "TMarker.h"
 #include "AliComplexCluster.h"
 #include "AliTPCClusterFinder.h"
-#include <fstream.h>
+#include <Riostream.h>
+#include <Riostream.h>
 
 //direction constants possible direction in 8 different sectors
 //
@@ -217,7 +201,7 @@ void AliTPCClusterFinder::GetHisto(TH2F * his2)
        Int_t index = his2->GetBin(i+1,j+1);
        //AliCell * cell = GetCell(i,j);
        //if (cell!=0) cell->SetSignal(his2->GetBinContent(index));
-       SetSignal(his2->GetBinContent(index),i,j);
+    SetSignal(static_cast<int>(his2->GetBinContent(index)),i,j);
       }
    
 }