#ifndef HTOFINOPARASCIIFILEIO_H
#define HTOFINOPARASCIIFILEIO_H
using namespace std;
#include <fstream>
#include "TObject.h"
#include "TArrayI.h"
#include "hdetparasciifileio.h"
class HTofinoDetector;
class HParSet;
class HTofinoParAsciiFileIo : public HDetParAsciiFileIo {
public:
HTofinoParAsciiFileIo(fstream*);
~HTofinoParAsciiFileIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
template<class T> Bool_t read(T*, Int_t*, Bool_t needsClear=kFALSE);
template<class T> Int_t writeFile2(T*);
ClassDef(HTofinoParAsciiFileIo,0)
};
#endif /* !HTOFINOPARASCIIFILEIO_H */
Last change: Sat May 22 13:16:48 2010
Last generated: 2010-05-22 13:16
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.