#ifndef HTOFPARROOTFILEIO_H
#define HTOFPARROOTFILEIO_H

#include "hdetparrootfileio.h"
#include "TFile.h"
#include "TArrayI.h"

class HParRootFile;
class HParSet;
class HTofCalPar;
class HTofDigiPar;
class HTofLookup;

class HTofParRootFileIo : public HDetParRootFileIo {
public:
  HTofParRootFileIo(HParRootFile* f);
  ~HTofParRootFileIo();
  Bool_t init(HParSet*,Int_t*);
  Bool_t read(HTofCalPar*,Int_t*);
  Bool_t read(HTofDigiPar*,Int_t*);
  Bool_t read(HTofLookup*,Int_t*);
  ClassDef(HTofParRootFileIo,0) // Class for TOF parameter I/O from ROOT file
};

#endif  /*!HTOFPARROOTFILEIO_H*/

Last change: Sat May 22 13:16:24 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.