#ifndef HTofinoParRootFileIo_h
#define HTofinoParRootFileIo_h
#include "hdetparrootfileio.h"
#include "TFile.h"
#include "TArrayI.h"
#include "TKey.h"
class HParRootFile;
class HParSet;
class HTofinoParSet;
class HTofinoCalPar;
class HTofinoShowerMap;
class HTofinoLookup;
class HTofinoParRootFileIo : public HDetParRootFileIo {
public:
HTofinoParRootFileIo(HParRootFile* f);
~HTofinoParRootFileIo();
Bool_t init(HParSet*,Int_t*);
Bool_t readObject(HTofinoParSet* pPar);
Bool_t read(HTofinoCalPar* pPar,Int_t* set);
Bool_t read(HTofinoShowerMap* pPar,Int_t* set);
Bool_t read(HTofinoLookup* pPar,Int_t* set);
ClassDef(HTofinoParRootFileIo,0)
};
#endif /*!HTofinoParRootFileIo_h*/
Last change: Sat May 22 13:16:51 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.