]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinder.h
starting changes to move to common CALO library for PHOS and EMCAL
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerPeakFinder.h
index eda89c45b632b730727da106071ac08bb787e899..08f089804dec8786969141b7c362fe5f440fc03a 100644 (file)
@@ -1,21 +1,27 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 #ifndef ALIHLTPHOSRAWANALYZERPEAKFINDER_H
 #define ALIHLTPHOSRAWANALYZERPEAKFINDER_H
 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                          */
 
-#include <Rtypes.h>
-#include "TObject.h"
+//#include <Rtypes.h>
+//#include "TObject.h"
 #include "AliHLTPHOSRawAnalyzer.h"
+//#include "AliHLTPHOSBase.h"
+//class AliHLTPHOSUtilities;
 
 class AliHLTPHOSRawAnalyzerPeakFinder : public AliHLTPHOSRawAnalyzer
 {
  public:
   AliHLTPHOSRawAnalyzerPeakFinder();
-  AliHLTPHOSRawAnalyzerPeakFinder(const AliHLTPHOSRawAnalyzerPeakFinder & );
-  AliHLTPHOSRawAnalyzerPeakFinder & operator = (const AliHLTPHOSRawAnalyzerPeakFinder &)
-    {
-      return *this; 
-    }
+  //  AliHLTPHOSRawAnalyzerPeakFinder(const AliHLTPHOSRawAnalyzerPeakFinder & );
+  //  AliHLTPHOSRawAnalyzerPeakFinder & operator = (const AliHLTPHOSRawAnalyzerPeakFinder &)
+  //    {
+  //     return *this; 
+  //    }
+
   virtual ~AliHLTPHOSRawAnalyzerPeakFinder();
 
 
@@ -60,11 +66,18 @@ class AliHLTPHOSRawAnalyzerPeakFinder : public AliHLTPHOSRawAnalyzer
 * @param length the number of samples to use starting from index 
 **/
   virtual void Evaluate(Int_t start = 0, Int_t length = 100);
  private:
-  Double_t   *fTVectorPtr;  //[1008]        /**<Peakfinder vector for TOF reconstruction*/
-  Double_t   *fAVectorPtr;  //[1008]        /**<Peakfinder vector for Energy reconstruction*/  
-  Int_t       fTVectorSize;
-  Int_t       fAVectorSize;
+ AliHLTPHOSRawAnalyzerPeakFinder(const AliHLTPHOSRawAnalyzerPeakFinder & );
+ AliHLTPHOSRawAnalyzerPeakFinder & operator = (const AliHLTPHOSRawAnalyzerPeakFinder &);
+
+ Double_t   *fTVectorPtr;  //[1008]        /**<Peakfinder vector for TOF reconstruction*/
+ Double_t   *fAVectorPtr;  //[1008]        /**<Peakfinder vector for Energy reconstruction*/  
+ Int_t       fTVectorSize;
+ Int_t       fAVectorSize;
+ // AliHLTPHOSUtilities *fUtilitiesPtr;
+
 
   ClassDef(AliHLTPHOSRawAnalyzerPeakFinder, 2)