#if !defined HBROWSERDB_H
#define HBROWSERDB_H
#include "TObjArray.h"
class HUserParameter;
class HBrowserDB : public TObject {
public:
TObjArray *fContainer;
Int_t aridx[501];
Int_t tabpos;
Int_t cursor;
public:
HBrowserDB();
virtual ~HBrowserDB();
Bool_t add(HUserParameter *p);
HUserParameter *at(Int_t idx);
Int_t getEntries();
Int_t find(const Char_t* name);
void clear();
void changed(Int_t tab);
void putDefault();
void putUserPar();
public:
ClassDef(HBrowserDB,0)
};
#endif
Last change: Sat May 22 12:53:44 2010
Last generated: 2010-05-22 12:53
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.