#ifndef HSHOWERPARSET_H
#define HSHOWERPARSET_H
#include "hparset.h"
#include "hparhadasciifileio.h"
class HParIo;
class HShowerParSet : public HParSet {
protected:
public:
HShowerParSet(const Char_t* name="",const Char_t* title="",const Char_t* context="");
virtual ~HShowerParSet() {}
virtual Bool_t init(HParIo* inp,Int_t* set);
virtual Int_t write(HParIo*);
ClassDef(HShowerParSet,1)
};
#endif /* !HSHOWERPARSET_H */
Last change: Sat May 22 13:14:02 2010
Last generated: 2010-05-22 13:14
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.