]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsDigitize.h
- AliITSInitGeometry.cxx (updated): fgkOldSSDcone changed from kTRUE to
[u/mrichter/AliRoot.git] / ITS / AliITSsDigitize.h
index cee86c7059d7b3511c349ac08e54243d294ee9ab..09f1a60d69736c082c86c9b44d3531e478e857f4 100644 (file)
@@ -1,11 +1,16 @@
-#ifndef ALIITSSDIGITIZATION_H
-#define ALIITSSDIGITIATION_H
+#ifndef ALIITSSDIGITIZE_H
+#define ALIITSSDIGITIZE_H
 /* Copyright (c) 1998-2001, ALICE Experiment at CERN, All rights reserved *
  * See cxx source for full Copyright notice                               */
  
 /*
   $Id$
  */
+/////////////////////////////////////////////////////////
+//                                                     //
+//                                                     //
+//                                                     //
+///////////////////////////////////////////////////////// 
  
 #include <TTask.h>
  
@@ -20,10 +25,13 @@ class AliITSsDigitize : public TTask{
     virtual Bool_t Init();
     virtual void Exec(const Option_t *opt="ALL");
  private:
-    Bool_t InitSDig();  // Standard SDigitization initilization.
+    Bool_t InitSDig() const;  // Standard SDigitization initilization.
  private:
 //    TFile   *fFile;    //! pointer to the file contatining the hits and
 //                       // and will contain the SDigits
+    AliITSsDigitize(const AliITSsDigitize &source); // copy  constructor
+    AliITSsDigitize& operator=(const AliITSsDigitize &source); // operator=
+
     
     Bool_t  fDet[3];   //! logical specifing which detectors to reconstruct.
     Bool_t  fInit;     //! True if Init was sucessfull, else false.