]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSreconstruction.h
Changes by Massimo Masera to allow Recpoints and Clusters to be written
[u/mrichter/AliRoot.git] / ITS / AliITSreconstruction.h
index 5d8fb10cfa20408c6b0499283ebf41d28fcd4887..7bfc19a23cb972b10e41d505cef432ffff0b6e5c 100644 (file)
@@ -19,11 +19,14 @@ class AliITSreconstruction : public TTask{
     virtual ~AliITSreconstruction();//Destructor
     virtual Bool_t Init();
     virtual void Exec(const Option_t *opt="ALL");
+    virtual void SetOutputFile(TString filename);
  private:
     Bool_t InitRec();  // Standard Reconstrution initilization.
  private:
     TFile   *fFile;    //! pointer to the file contatining the digits and
                        // and will contain the RecPoints
+    TFile   *fFile2;   //! pointer to the file that will contain RecPoints 
+                       //  (set only if <>fFile)
     Bool_t  fDet[3];   //! logical specifing which detectors to reconstruct.
     Bool_t  fInit;     //! True if Init was sucessfull, else false.
     TString fFilename; //! input filename for Digits
@@ -31,7 +34,7 @@ class AliITSreconstruction : public TTask{
     Int_t   fEnt0;     //! first event to process, default 0.
     AliITS  *fITS;     //! Local pointer to ITS class.
 
-    ClassDef(AliITSreconstruction,1) // Task to Reconstruct ITS from Digits.
+    ClassDef(AliITSreconstruction,2) // Task to Reconstruct ITS from Digits.
 
 };
 #endif