]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFClusterFinder.h
Extra library EMCALUtils needed for particle correlations task.
[u/mrichter/AliRoot.git] / TOF / AliTOFClusterFinder.h
index 30d9c2078a06d11730a1fc20ad39b1a85dab61e6..e46c1beca7d9888ec4c30e426efe26510d7c37d0 100644 (file)
@@ -8,6 +8,8 @@
 
 #include "TObject.h"
 
+#include "AliTOFRawStream.h"
+
 class TClonesArray;
 class TFile;
 class TTree;
@@ -73,13 +75,15 @@ class AliTOFClusterFinder : public TObject
   Int_t FindClusterIndex(Double_t z) const; // Returns cluster index 
   void  CalibrateRecPoint(); // Apply calibration pars to Clusters
 
-  Int_t fVerbose;  //Verbose level (0:no msg, 1:msg, 2:digits in txt files)
+  Int_t fVerbose;           // Verbose level (0:no msg,
+                            //  1:msg, 2:digits in txt files)
   Bool_t fDecoderVersion;   //setting whether to use the new decoder version 
                             // -true -> new version
                             // -false ->old version  (default value!!)
-  AliTOFcalib *fTOFcalib;       // pointer to the TOF calibration info
+  AliTOFcalib *fTOFcalib;         // pointer to the TOF calibration info
+  AliTOFRawStream fTOFRawStream; // AliTOFRawStream variable
 
-  ClassDef(AliTOFClusterFinder,4) // To run TOF clustering
+  ClassDef(AliTOFClusterFinder,5) // To run TOF clustering
 };
 #endif