#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() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
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.