X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliH2F.cxx;h=6a2058d83b35f1f34880283d8f899b66b574dd24;hb=bc8264387693a9e1f97d45233ffc8cd6d52f606a;hp=b59a819fe5ed4305b6e740c4e8b2067de8ddd878;hpb=7553a22fa3e61d704204ba07333640238804ca35;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliH2F.cxx b/TPC/AliH2F.cxx index b59a819fe5e..6a2058d83b3 100644 --- a/TPC/AliH2F.cxx +++ b/TPC/AliH2F.cxx @@ -13,26 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.3 2000/06/30 12:07:49 kowal2 -Updated from the TPC-PreRelease branch - -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 @@ -41,11 +22,11 @@ Revision 1.1.4.2 2000/04/10 11:32:37 kowal2 // //----------------------------------------------------------------------------- +#include +#include +#include + #include "AliH2F.h" -#include "TClonesArray.h" -#include "AliTPC.h" -#include "TRandom.h" -#include "AliTPCClusterFinder.h" ClassImp(AliH2F) @@ -73,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 @@ -97,6 +80,7 @@ TClonesArray * AliH2F::FindPeaks(Float_t threshold, Float_t noise) cfinder.GetHisto(this); return cfinder.FindPeaks3(); } +*/ void AliH2F::ClearSpectrum() {