]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructioner.h
Transition to NewIO
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructioner.h
index 7fbf5f38852d90bb03618896f5e612a555918cf8..30951b2627bba18bbd33df7112f3563b542cdf3d 100644 (file)
@@ -11,7 +11,7 @@
 //*-- Author: Gines Martinez & Yves Schutz (SUBATECH) 
 //*--         Dmitri Peressounko (SUBATECH & Kurchatov Institute)
 
-  //#include <stdlib.h>
+#include <stdlib.h>
 
 // --- ROOT system ---
 
@@ -31,7 +31,7 @@ class AliPHOSReconstructioner : public TTask {
 public:
 
   AliPHOSReconstructioner() ; //ctor            
-  AliPHOSReconstructioner(const char * headreFile, const char * branchName = "Default",Bool_t toSplit = kFALSE) ;
+  AliPHOSReconstructioner(const char * headreFile, const char * branchName = "Default");
   AliPHOSReconstructioner(const AliPHOSReconstructioner & rec) {
     // cpy ctor: 
     // requested by the Coding Convention
@@ -69,8 +69,6 @@ private:
 
 private:
   
-  Bool_t   fToSplit ;           // To tell if we are in split mode or not
-  TString  fHeaderFileName ;    // File with headers and gAlice
   TString  fDigitsBranch ;      // Title of digits branch
   TString  fRecPointBranch ;    // Title of RecPoints branch   
   TString  fTSBranch  ;         // Title of TrackSegments branch