]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliFstream.h
New file; like tpc_gui.C but sets-up pad-row noise supression data needed for politic...
[u/mrichter/AliRoot.git] / RAW / AliFstream.h
index d0b3143105c37530c540bfa7d4ed3ea85382737c..0a5bf1ae454f38e1e6f822d9e4f1b1b43758709f 100644 (file)
@@ -23,8 +23,8 @@ public:
   AliFstream& operator= (const AliFstream &source);
   virtual ~AliFstream();
 
-  void   Seekg(UInt_t position);
-  UInt_t Tellg();
+  void   Seekp(UInt_t position);
+  UInt_t Tellp();
   void   WriteBuffer(const char *buffer, UInt_t size, Bool_t force = kFALSE);
 
 private: