#ifndef HWALLPARASCIIFILEIO_H
#define HWALLPARASCIIFILEIO_H
using namespace std;
#include "TObject.h"
#include "TArrayI.h"
#include "hdetparasciifileio.h"
#include <fstream>
class HParSet;
class HWallParAsciiFileIo : public HDetParAsciiFileIo {
public:
HWallParAsciiFileIo(fstream*);
~HWallParAsciiFileIo(void) {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
template<class T> Bool_t read(T*, Int_t*);
template<class T> Int_t writeFile3(T*);
template<class T> Int_t writeFile1(T*);
ClassDef(HWallParAsciiFileIo,0)
};
#endif /* !HWALLPARASCIIFILEIO_H */
Last change: Sat May 22 13:17:43 2010
Last generated: 2010-05-22 13:17
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.