]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliH2F.cxx
Iteration number stored into output file
[u/mrichter/AliRoot.git] / TPC / AliH2F.cxx
index 76e1c02140b124f00bcb10ead1c1adefc7d0d796..6a2058d83b35f1f34880283d8f899b66b574dd24 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.2.4.2  2000/06/26 07:39:42  kowal2
-Changes to obey the coding rules
-
-Revision 1.2.4.1  2000/06/25 08:38:41  kowal2
-Splitted from AliTPCtracking
-
-Revision 1.2  2000/04/17 09:37:33  kowal2
-removed obsolete AliTPCDigitsDisplay.C
-
-Revision 1.1.4.2  2000/04/10 11:32:37  kowal2
-
-"ROOT"-based class with some extra functionality
-
-*/
-//
+/* $Id$ */
 
 //----------------------------------------------------------------------------
 //  Author:   Marian Ivanov
@@ -38,15 +22,11 @@ Revision 1.1.4.2  2000/04/10 11:32:37  kowal2
 //
 //-----------------------------------------------------------------------------
 
-#include "AliH2F.h"
-#include "TClonesArray.h"
-#include "AliTPC.h"
-#include "TRandom.h"
-#include "AliCluster.h"
-#include "AliTPCClusterFinder.h"
-//*KEEP,TMath.
+#include <TClonesArray.h>
+#include <TMath.h>
+#include <TRandom.h>
 
-// other include files follow here
+#include "AliH2F.h"
 
 
 ClassImp(AliH2F)
@@ -74,18 +54,20 @@ AliH2F::~AliH2F()
   //
 }
 
-AliH2F::AliH2F(const AliH2F &his) 
+AliH2F::AliH2F(const AliH2F &his) :
+  TH2F(his)
 {
   //
   
 }
 
-AliH2F & AliH2F::operator = (const AliH2F & his
+AliH2F & AliH2F::operator = (const AliH2F & /*his*/
 {
   //
   return *this;
 }
 
+/*
 TClonesArray * AliH2F::FindPeaks(Float_t threshold, Float_t noise)
 {
   //find peaks and write it in form of AliTPCcluster to array
@@ -98,6 +80,7 @@ TClonesArray * AliH2F::FindPeaks(Float_t threshold, Float_t noise)
   cfinder.GetHisto(this);
   return cfinder.FindPeaks3();
 }
+*/
 
 void AliH2F::ClearSpectrum()
 {