#ifndef HSPECPARASCIIFILEIO_H
#define HSPECPARASCIIFILEIO_H

#include "hdetparasciifileio.h"

class HSpecGeomPar;
class HScsPar;

class HSpecParAsciiFileIo : public HDetParAsciiFileIo {
protected:
public:
  HSpecParAsciiFileIo(fstream* f);
  ~HSpecParAsciiFileIo() {}
  Bool_t init(HParSet*,Int_t*);
  Int_t write(HParSet*);
  Bool_t read(HSpecGeomPar*,Int_t*);
  Int_t writeGeom(HSpecGeomPar*);
  template<class T> Bool_t readFile(T*);
  template<class T> Int_t writeFile(T*);

  ClassDef(HSpecParAsciiFileIo,0) // Class for spectrometer parameter I/O from ascii file
};

#endif  /* !HSPECPARASCIIFILEIO_H */

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