#ifndef HGO4PARASCIIFILEIO_H
#define HGO4PARASCIIFILEIO_H
using namespace std;
#include <fstream>
#include "hdetparasciifileio.h"
class HParSet;
class HGo4ParAsciiFileIo : public HDetParAsciiFileIo {
public:
HGo4ParAsciiFileIo(fstream*);
~HGo4ParAsciiFileIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
ClassDef(HGo4ParAsciiFileIo,0)
};
#endif /* !HGO4PARASCIIFILEIO_H */
Last change: Sat May 22 12:57:00 2010
Last generated: 2010-05-22 12:57
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.