#ifndef HRICHPARASCIIFILEIO_H
#define HRICHPARASCIIFILEIO_H
using namespace std;
#include <fstream>
#include "hdetpario.h"
#include "hdetparasciifileio.h"
#include "TObject.h"
#include "TFile.h"
#include "TArrayI.h"
class HRichParAsciiFileIo : public HDetParAsciiFileIo {
public:
HRichParAsciiFileIo(fstream* f);
~HRichParAsciiFileIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
Bool_t write(HDetector*);
ClassDef(HRichParAsciiFileIo,0)
};
#endif // HRICHPARASCIIFILEIO_H
Last change: Sat May 22 13:09:42 2010
Last generated: 2010-05-22 13:09
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.