// File: hrichparasciifileio.h
// ****************************************************************************
//
// HRichParAsciiFileIo
//
// Author: Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
// Modified: 1999/12/04 by Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
// ----------------------------------------------------------------------------
//
// ****************************************************************************


#ifndef HRICHPARASCIIFILEIO_H
#define HRICHPARASCIIFILEIO_H
using namespace std;
#include <fstream> 
#include "hdetpario.h"
#include "hdetparasciifileio.h"
#include "TObject.h"
#include "TFile.h"
#include "TArrayI.h"


// ****************************************************************************

class HRichParAsciiFileIo : public HDetParAsciiFileIo {

// ****************************************************************************

public:

  HRichParAsciiFileIo(fstream* f);
  ~HRichParAsciiFileIo() {}

  // calls special read-function for each container type
  Bool_t init(HParSet*,Int_t*);

  // calls special update-function for each container type
  Int_t write(HParSet*);

  // writes the setup information to file
  Bool_t write(HDetector*);

  ClassDef(HRichParAsciiFileIo,0) 
};

//============================================================================


#endif  // HRICHPARASCIIFILEIO_H 

Last change: Sat May 22 13:09:42 2010
Last generated: 2010-05-22 13:09

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.