#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
Last update: Thu Jan 17 08:47:27 2008
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.