#ifndef HPARCOND_H
#define HPARCOND_H
#include "hparset.h"
class HParamList;
class HParCond : public HParSet {
public:
HParCond(const Char_t* name,const Char_t* title,const Char_t* context)
: HParSet(name,title,context) {}
virtual ~HParCond() {}
virtual void putParams(HParamList*)=0;
virtual Bool_t getParams(HParamList*)=0;
virtual void printParams();
protected:
HParCond() {};
ClassDef(HParCond,1)
};
#endif /* !HPARCOND_H */
Last change: Sat May 22 13:06:22 2010
Last generated: 2010-05-22 13:06
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.