]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCFileHandler.h
add comment for setters which could be removed since already done in InitParameters...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCFileHandler.h
index 23fc1fb8e6bcb5645dcf0bff7aafdb21b5849389..5553314fc4763210600d73c025df5029988db2bc 100644 (file)
@@ -1,4 +1,4 @@
-// @(#) $Id$
+// $Id$
 // Original: AliHLTFileHandler.h,v 1.19 2004/06/11 16:06:33 loizides 
 
 #ifndef ALIHLTTPCFILEHANDLER_H
@@ -7,13 +7,13 @@
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
-/** @file   AliHLTTPCFileHandler.h
-    @author U. Frankenfeld, A. Vestbo, C. Loizides, maintained by
-            Matthias Richter
-    @date   
-    @brief  file input for the TPC tracking code before migration to the
-            HLT component framework
-*/
+/// @file   AliHLTTPCFileHandler.h
+/// @author U. Frankenfeld, A. Vestbo, C. Loizides, maintained by
+///         Matthias Richter
+/// @date   
+/// @brief  file input for the TPC tracking code before migration to the
+///         HLT component framework
+///
 
 #include "AliHLTTPCMemHandler.h"
 
@@ -27,9 +27,9 @@ class TObject;
 class TFile;
 class TTree;
 
-class AliHLTTPCSpacePointData;
-class AliHLTTPCDigitRowData;
-class AliHLTTPCTrackSegmentData;
+struct AliHLTTPCSpacePointData;
+struct AliHLTTPCDigitRowData;
+struct AliHLTTPCTrackSegmentData;
 class AliHLTTPCTrackArray;
 
 /**
@@ -71,6 +71,7 @@ class AliHLTTPCFileHandler:public AliHLTTPCMemHandler {
    *
    * Calls the @ref AliHLTTPCMemHandler::Memory2BinaryFile to write the file.
    */
+
   Bool_t AliDigits2BinaryFile(Int_t event=0,Bool_t altro=kFALSE);
 
   /**
@@ -125,20 +126,11 @@ class AliHLTTPCFileHandler:public AliHLTTPCMemHandler {
    */
   Bool_t AliDigits2CompBinary(Int_t event=0,Bool_t altro=kFALSE);  
 
-  /**
-   * Write the data stored in rowPt, into a new AliROOT file.
-   * The data is stored in the AliROOT format 
-   * This is specially a nice thing if you have modified data, and wants to run it  
-   * through the offline reconstruction chain.
-   * The arguments is a pointer to the data, and the name of the new AliROOT file.
-   * Remember to pass the original AliROOT file (the one that contains the original
-   * simulated data) to this object, in order to retrieve the MC id's of the digits.
-  */
-  void AliDigits2RootFile(AliHLTTPCDigitRowData *rowPt,Char_t *newDigitsfile);
-
   //Point IO
+
   Bool_t AliPoints2Binary(Int_t eventn=0);
-  AliHLTTPCSpacePointData *AliPoints2Memory(UInt_t & npoint,Int_t eventn=0);//Allocates Memory
+  // Is this really still used : JMT 2013-03-03 - corresponding IO removed in TPC  
+  //  AliHLTTPCSpacePointData *AliPoints2Memory(UInt_t & npoint,Int_t eventn=0);//Allocates Memory
 
  protected:
   AliRunLoader *fInAli;//!