#ifndef HSHOWERPARASCIIFILEIO_H
#define HSHOWERPARASCIIFILEIO_H
using namespace std;
#include <fstream> 

#include "hdetpario.h"
#include "hdetparasciifileio.h"
#include "TObject.h"
#include "TFile.h"
#include "TArrayI.h"

class HShowerParAsciiFileIo : public HDetParAsciiFileIo {
public:
  HShowerParAsciiFileIo(fstream* f);
  ~HShowerParAsciiFileIo() {}

  // 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(HShowerParAsciiFileIo,0) 
};

#endif  /* !HSHOWERPARASCIIFILEIO_H */

Last change: Sat May 22 13:13:58 2010
Last generated: 2010-05-22 13:13

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.