]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.h
update of data handling classes for SSD calibration
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerPeakFinderComponent.h
index 8729ecd653e91e3d21361622b4ce24fc09206c14..1103e4c2e98895b394884409bbc7ee17e66b982a 100644 (file)
@@ -4,24 +4,28 @@
 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice  */ 
 
+
 #include "AliHLTPHOSRawAnalyzerComponent.h"
 
 class AliHLTPHOSRawAnalyzerPeakFinderComponent: public AliHLTPHOSRawAnalyzerComponent
 {
  public:
   AliHLTPHOSRawAnalyzerPeakFinderComponent();
-  ~AliHLTPHOSRawAnalyzerPeakFinderComponent();
-  AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & );
+  virtual ~AliHLTPHOSRawAnalyzerPeakFinderComponent();
+
+  virtual int Deinit();
+  virtual const char* GetComponentID();
+  virtual AliHLTComponent* Spawn();
+ private:
+  Bool_t LoadPFVector(); 
+  Bool_t LoadPFVector(int startindex, int Nsamples, int tau, int fs);
+  AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & ); 
   AliHLTPHOSRawAnalyzerPeakFinderComponent & operator = (const AliHLTPHOSRawAnalyzerPeakFinderComponent)
-  {
-    return *this;
-  };
-
-  
- virtual const char* GetComponentID();
- virtual AliHLTComponent* Spawn();
-  //ClassDef(AliHLTPHOSRawAnalyzerPeakFinderComponent, 2) 
-  };
+    {
+      return *this;
+    };
+
+};