#ifndef HSPECPARROOTFILEIO_H
#define HSPECPARROOTFILEIO_H

#include "hdetparrootfileio.h"

class HParRootFile;
class HParSet;
class HSpecGeomPar;

class HSpecParRootFileIo : public HDetParRootFileIo {
public:
  HSpecParRootFileIo(HParRootFile* f);
  ~HSpecParRootFileIo() {}
  Bool_t init(HParSet*,Int_t*);
  Bool_t read(HSpecGeomPar*,Int_t*);
  ClassDef(HSpecParRootFileIo,0) // Class for spectrometer parameter I/O from ROOT file 
};

#endif  /* !HSPECPARROOTFILEIO_H */
 

Last change: Sat May 22 13:14:26 2010
Last generated: 2010-05-22 13:14

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.