]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliCaloPeakFinderVectors.h
correct previous non intended commit, but leaving some new things
[u/mrichter/AliRoot.git] / EMCAL / AliCaloPeakFinderVectors.h
index 9a086fbf2fc5fa66b061af9aa0f05acbc364e92a..cc83dedaa09ef73ac4991c2300dbe18ce7e35b07 100644 (file)
@@ -1,3 +1,4 @@
+// -*- mode: c++ -*-
 #ifndef ALICALOPEAKFINDERVECTORS_H
 #define ALICALOPEAKFINDERVECTORS_H
 
 //Container class for Peak Finder vectors
 
 #include "TObject.h"
-#include "AliCaloPeakFinderConstants.h"
-using namespace PeakFinderConstants;
+//#include "AliCaloPeakFinderConstants.h"
+//using namespace PeakFinderConstants;
+
+#include "AliCaloConstants.h"
 
 
 class AliCaloPeakFinderVector;
@@ -41,12 +44,12 @@ class  AliCaloPeakFinderVectors : public TObject
   void ResetVectors();
 
  private:
-  Double_t fPFAmpVC[MAXSTART][SAMPLERANGE][100]; // Vectors for Amplitude extraction, first iteration 
-  Double_t fPFTofVC[MAXSTART][SAMPLERANGE][100]; // Vectors for TOF extraction, first iteration
-  Double_t fPFAmpV[MAXSTART][SAMPLERANGE][100];  // Vectors for Amplitude extraction, second iteration 
-  Double_t fPFTofV[MAXSTART][SAMPLERANGE][100];  // Vectors for TOF extraction, second iteration  
-  ClassDef( AliCaloPeakFinderVectors, 1 )
+  Double_t fPFAmpVC[PF::MAXSTART][PF::SAMPLERANGE][100]; // Vectors for Amplitude extraction, first iteration 
+  Double_t fPFTofVC[PF::MAXSTART][PF::SAMPLERANGE][100]; // Vectors for TOF extraction, first iteration
+  Double_t fPFAmpV[PF::MAXSTART][PF::SAMPLERANGE][100];  // Vectors for Amplitude extraction, second iteration 
+  Double_t fPFTofV[PF::MAXSTART][PF::SAMPLERANGE][100];  // Vectors for TOF extraction, second iteration  
+  
+  ClassDef( AliCaloPeakFinderVectors, 2 )
     
 };