]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinder.h
Refactoring: Removing man in the middle classes
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerPeakFinder.h
index cdd3750c3103aab5fad78f6f4549666420c6a6b0..1394bbfbed5a6b68c025c5112a2c2a7eeb009004 100644 (file)
@@ -7,7 +7,7 @@
 //#include "TObject.h"
 #include "AliHLTPHOSRawAnalyzer.h"
 //#include "AliHLTPHOSBase.h"
-
+//class AliHLTPHOSUtilities;
 
 class AliHLTPHOSRawAnalyzerPeakFinder : public AliHLTPHOSRawAnalyzer
 {
@@ -69,9 +69,12 @@ class AliHLTPHOSRawAnalyzerPeakFinder : public AliHLTPHOSRawAnalyzer
  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;
+ Double_t   *fAVectorPtr;  //[1008]        /**<Peakfinder vector for Energy reconstruction*/  
+ Int_t       fTVectorSize;
+ Int_t       fAVectorSize;
+ // AliHLTPHOSUtilities *fUtilitiesPtr;
+
 
   ClassDef(AliHLTPHOSRawAnalyzerPeakFinder, 2)