]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTrackSegmentMaker.h
more debug output and bugfix for sub event number
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTrackSegmentMaker.h
index d6159460b6da3c37cb40963b5eaf803ad3e47a22..02de07a62544197bd9d48e7b83cf95bd1bde024c 100644 (file)
@@ -18,7 +18,7 @@
 class TFile ; 
 
 // --- Standard library ---
-#include <iostream>
+//#include <iostream>
 
 // --- AliRoot header files ---
 
@@ -35,14 +35,14 @@ public:
   AliPHOSTrackSegmentMaker(const AliPHOSTrackSegmentMaker & tsmaker) : TTask(tsmaker) { ; } 
   virtual ~ AliPHOSTrackSegmentMaker() ;
 
-  virtual void    Exec(Option_t * option){Warning("Exec", "Not Defined" ) ; } 
+  virtual void    Exec(Option_t *) = 0;
 
   virtual const Int_t GetTrackSegmentsInRun()  const {Warning("GetTrackSegmentsInRun", "Not Defined" ) ; return 0 ; } 
 
   virtual void    Print()const {Warning("Print", "Not Defined" ) ; }
   void   SetEventFolderName(TString name) { fEventFolderName = name ; }
 
-  virtual void WriteTrackSegments(Int_t event){Warning("WriteTrackSegments", "Not Defined" ) ; } 
+  virtual void WriteTrackSegments() = 0;
   
 protected:
   TString fEventFolderName ;  // event folder name