#ifndef HWALLPARROOTFILEIO_H
#define HWALLPARROOTFILEIO_H

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

class HParRootFile;
class HParSet;
class HWallLookup;
class HWallCalPar;
class HWallDigiPar;
class HWallRefWinPar;

class HWallParRootFileIo : public HDetParRootFileIo {
public:
  HWallParRootFileIo(HParRootFile* f);
  ~HWallParRootFileIo(void) {}
  Bool_t init(HParSet*,Int_t*);
  Bool_t read(HWallLookup*,Int_t*);
  Bool_t read(HWallCalPar*,Int_t*);
  //Bool_t read(HWallDigiPar*,Int_t*);
  //Bool_t read(HWallRefWinPar*,Int_t*);
  ClassDef(HWallParRootFileIo,0) // Class for Forward WALL parameter I/O from ROOT file
};

#endif  /*!HWALLPARROOTFILEIO_H*/

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