]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFSDigitizer.h
Remake TOF-PID with event-time resolution calculated event-by-event (T0 fill or T0...
[u/mrichter/AliRoot.git] / TOF / AliTOFSDigitizer.h
index 9abd22d5f30691d0e8a20dca3932dd4bad51bcec..091f8ac178caceec4534dd1323f2a6d29ca96831 100644 (file)
@@ -1,23 +1,26 @@
-#ifndef ALITOFSDigitizer_H
-#define ALITOFSDigitizer_H
+#ifndef ALITOFSDIGITIZER_H
+#define ALITOFSDIGITIZER_H
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+//__________________________________________//
+//                                          //
+//  Task Class for making SDigits in TOF    // 
+//                                          //
+//-- Authors: F. Pierella, A. De Caro       //
+//                                          //
+//__________________________________________//
 
-//_________________________________________________________________________
-//  Task Class for making SDigits in TOF      
-//                  
-//-- Authors: F. Pierella, A. De Caro
-
+/* $Id$ */
 
 #include "TTask.h"
-#include "TString.h"
-class AliRunLoader;
-class AliLoader;
 
-class AliTOFGeometry;
 class TF1;
+class TString;
 
+class AliLoader;
+class AliRunLoader;
 class AliTOFSDigitizer: public TTask {
 
 public:
@@ -25,12 +28,15 @@ public:
   //AliTOFSDigitizer(const char* HeaderFile) ; // par ctor
   AliTOFSDigitizer(const char* HeaderFile, Int_t evNumber1=-1, Int_t nEvents=0) ; // par ctor
 
+  AliTOFSDigitizer(const AliTOFSDigitizer &source); // copy constructor
+  AliTOFSDigitizer& operator=(const AliTOFSDigitizer &/*source*/); // ass. op.
+
   virtual ~AliTOFSDigitizer() ; // dtor
 
   //static Float_t WidthTdcBin() {return fgkTdcBin;};
 
   virtual void  Exec(Option_t *verboseOption); 
-  void SetSDigitsFile(char * /*file*/ ) {;}
+  void SetSDigitsFile(char * /*file*/ ) const {;}
   
   void InitParameters();
   virtual void PrintParameters() const ;
@@ -120,8 +126,6 @@ private:
   AliRunLoader* fRunLoader; //! Run Loader
   AliLoader* fTOFLoader;    //! Loader
 
-  AliTOFGeometry* fTOFGeometry;    //  
-
   Int_t fSelectedSector;    // sector number for sdigitization
   Int_t fSelectedPlate ;    // plate  number for sdigitization
 
@@ -168,8 +172,8 @@ private:
   Float_t fAdcMean;     // mean value for the ADC spectrum [bins]
   Float_t fAdcRms;      // rms value for the ADC spectrum [bins]
 
-  ClassDef(AliTOFSDigitizer,2)  // creates TOF SDigits
+  ClassDef(AliTOFSDigitizer,3)  // creates TOF SDigits
 
 };
 
-#endif // AliTOFSDigitizer_H
+#endif // AliTOFSDIGITIZER_H