]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFT0.h
fix AliHLTGlobalEsdConverterComponent
[u/mrichter/AliRoot.git] / TOF / AliTOFT0.h
index 881ad73178529111d1fbc132094c15a85dd923d3..bd85a966eac234bf76475863c3162126d7f44c0f 100644 (file)
@@ -3,22 +3,20 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-
-//_________________________________________________________________________
-//  Task Class for calculating the time zero of interaction using TOF      
-//  The input file need the track length till TOF detector                 
-//  It can be done modifyng the AliTOFvj StepManager and the AliTOFHit class
-//  as follow 
-//-- Author: F. Pierella
-
+//_____________________________________________________________________________//
+//                                                                             //
+//  Task Class for calculating the time zero of interaction using TOF          //
+//  The input file need the track length till TOF detector                     //
+//  It can be done modifyng the AliTOFvj StepManager and the AliTOFHit class   //
+//  as follow                                                                  //
+//                                                                             //
+//-- Author: F. Pierella                                                       //
+//                                                                             //
+//_____________________________________________________________________________//
 
 #include "TTask.h"
-#include "TString.h"
-#include "TObjString.h"
-#include "AliTOF.h"
-#include "AliDetector.h"
 
-class TClonesArray;
+class TString;
 
 class AliTOFT0: public TTask {
 
@@ -26,15 +24,8 @@ public:
   AliTOFT0() ;          // ctor
   AliTOFT0(char* headerFile, Int_t nEvents=0) ; 
   AliTOFT0(const AliTOFT0 & tzero);
-//////                  {( (AliTOFT0 &)tzero ).Copy(*this) ;} 
   virtual ~AliTOFT0() ; // dtor
-  /*
-  AliTOFT0 & operator = (const AliTOFT0 & rvalue)  {
-    // assignement operator requested by coding convention but not needed
-    abort() ;
-    return *this ; 
-  }
-  */
+  AliTOFT0 & operator = (const AliTOFT0 & tzero);
   const char*   GetTZeroFile() const {return fT0File.Data();}  
   virtual void  Exec(Option_t *option); 
   void          SetNEvents(Int_t nEvents) {fNevents = nEvents;}