]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTrackSegmentMaker.h
Transition to NewIO
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTrackSegmentMaker.h
index 77ee96c81df2254df516c01b3b553ff6babfd112..a2216ce7f100305355b94b06791b47eb674d0384 100644 (file)
@@ -20,8 +20,7 @@ class TFile ;
 // --- Standard library ---
 
 // --- AliRoot header files ---
-
-
+#include "AliConfig.h"
 class AliEMCALClusterizer ;
 class AliEMCALGeometry ;
 
@@ -30,8 +29,8 @@ class  AliEMCALTrackSegmentMaker : public TTask {
 public:
 
   AliEMCALTrackSegmentMaker() ;                     
-  AliEMCALTrackSegmentMaker(const char* headerFile, const char* name, const Bool_t toSplit) ;                     
-  
+  AliEMCALTrackSegmentMaker(const TString alirunFileName, const TString eventFolderName = AliConfig::fgkDefaultEventFolderName) ;                       
+  AliEMCALTrackSegmentMaker(const AliEMCALTrackSegmentMaker & tsmaker) { ; } 
   virtual ~ AliEMCALTrackSegmentMaker() ;
 
   virtual void    Exec(Option_t * option){Warning("Exec", "Not Defined" ) ; } 
@@ -42,10 +41,8 @@ public:
   virtual void WriteTrackSegments(Int_t event){Warning("WriteTrackSegments", "Not Defined" ) ; } 
   
 protected:
+  TString fEventFolderName ;  // event folder name
   
-  TFile * fSplitFile ;             //! file in which TrackSegments will eventually be stored
-  Bool_t  fToSplit ;               //! Do we work in the split mode
-
   ClassDef( AliEMCALTrackSegmentMaker,1)    // Algorithm class to make EMCAL track segments (Base Class)
 
 };