#ifndef HCONDPARASCIIFILEIO_H
#define HCONDPARASCIIFILEIO_H

using namespace std;
#include <fstream>
#include "hdetparasciifileio.h"

class HParSet;

class HCondParAsciiFileIo : public HDetParAsciiFileIo {
public:
  HCondParAsciiFileIo(fstream* f=0);
  ~HCondParAsciiFileIo() {}
  Bool_t init(HParSet*,Int_t*);
  Int_t write(HParSet*);
  ClassDef(HCondParAsciiFileIo,0) // I/O from Ascii file for parameter containers derived from HParCond
};

#endif  /* !HCONDPARASCIIFILEIO_H */

Last change: Sat May 22 12:53:54 2010
Last generated: 2010-05-22 12:53

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.