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