#ifndef HKICKPARASCIIFILEIO_H
#define HKICKPARASCIIFILEIO_H
using namespace std;
#include <fstream>
#include "TObject.h"
#include "TArrayI.h"
#include "hdetparasciifileio.h"
class HParSet;
class HKickParAsciiFileIo : public HDetParAsciiFileIo {
public:
HKickParAsciiFileIo(fstream*);
~HKickParAsciiFileIo() {}
Bool_t init(HParSet*,Int_t*);
Int_t write(HParSet*);
ClassDef(HKickParAsciiFileIo,0)
};
#endif /* !HKICKPARASCIIFILEIO_H */
Last change: Sat May 22 12:58:25 2010
Last generated: 2010-05-22 12:58
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.