#ifndef ROOT_TColumnView
#define ROOT_TColumnView
#include "TChair.h"
class TColumnView : public TChair {
public:
TColumnView(const char *colName="", TTable *table=0);
virtual ~TColumnView();
virtual void Browse(TBrowser *b);
TH1 *Histogram(const char *selection="");
virtual Bool_t IsFolder() const;
ClassDef(TColumnView,0)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
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.