#ifndef HHODOPARROOTFILEIO_H
#define HHODOPARROOTFILEIO_H
#include "hdetparrootfileio.h"
#include "TFile.h"
#include "TArrayI.h"
class HParRootFile;
class HParSet;
class HHodoLookup;
class HHodoCalPar;
class HHodoRefHitPar;
class HHodoParRootFileIo : public HDetParRootFileIo {
public:
HHodoParRootFileIo(HParRootFile* f);
~HHodoParRootFileIo();
Bool_t init(HParSet*,Int_t*);
Bool_t read(HHodoLookup*,Int_t*);
Bool_t read(HHodoCalPar*,Int_t*);
Bool_t read(HHodoRefHitPar*,Int_t*);
ClassDef(HHodoParRootFileIo,0)
};
#endif /* !HHODOPARROOTFILEIO_H */
Last change: Sat May 22 12:57:33 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.