#ifndef HGO4PARROOTFILEIO_H
#define HGO4PARROOTFILEIO_H

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

/** Class for GO4 parameter I/O from ROOT file.
*/
class HGo4ParRootFileIo : public HDetParRootFileIo {
protected:
    TArrayI *initModuleTypes;
public:
  HGo4ParRootFileIo(HParRootFile* f);
  ~HGo4ParRootFileIo();
  Bool_t init(HParSet*,Int_t*);
  ClassDef(HGo4ParRootFileIo,0) // Class for GO4 parameter I/O from ROOT file
};

#endif  /*!HGO4PARROOTFILEIO_H*/








Last change: Sat May 22 12:57:00 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.