]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Reconstructor.h
add DCS to Preprocessor LASER
[u/mrichter/AliRoot.git] / T0 / AliT0Reconstructor.h
index 1f696d5b642cb7a42b58eef46ebed76a2033f34b..a8728eb0bba3d539cebb14c40cae8b0c79447529 100644 (file)
@@ -2,13 +2,17 @@
 #define ALIT0RECONSTRUCTOR_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-/*  Alla Maevskaya INR RAS alla@inr.ru */
-/* $Id$ */
 
+/* $Id$ */
+/******************************************************************** 
+ * header class T0 reconstruction 
+ * Alla Maevskaya INR RAS alla@inr.ru      *
+ * Alla.Maevskaya@cern.ch
+ *******************************************************************/
 
 #include "AliReconstructor.h"
 #include "AliT0Parameters.h"
-#include "AliT0.h"
+#include "AliT0Calibrator.h"
 
 class AliT0Reconstructor: public AliReconstructor {
  public:
@@ -34,8 +38,11 @@ class AliT0Reconstructor: public AliReconstructor {
   Float_t             fTime0vertex[24];  // time position if Zvertex=0
   AliT0Parameters     *fParam;           //pointer to T0 parameters class     
   TObjArray           fAmpLEDrec;        // amp LED-CFD 
+  TObjArray           fQTC;        // QTC vs #MIPs
+  TObjArray           fAmpLED;        // LED-CFD vs #MIPs
+  AliT0Calibrator     *fCalib;           //pointer to T0 Calibrator     
 
-  ClassDef(AliT0Reconstructor, 1)   // class for the T0 reconstruction
+  ClassDef(AliT0Reconstructor, 3)   // class for the T0 reconstruction
 
 };