12 #include "TColumnView.h"
13 #include "TVirtualPad.h"
55 TH1 *h = Draw(GetName(),selection);
68 Bool_t isFolder = kFALSE;
69 const TTable *thisTable = Table();
71 Int_t cIndx = thisTable->GetColumnIndex(GetName());
72 if ((thisTable->GetColumnType(cIndx)) == TTable::kPtr ) isFolder = kTRUE;
virtual ~TColumnView()
destructor
virtual Bool_t IsFolder() const
Treat the column with the pointer to the "Ptr" as a "folder".
virtual void Browse(TBrowser *b)
Create a column histogram for the simple column.
TH1 * Histogram(const char *selection="")
Create a histogram from the context menu.
TColumnView(const char *colName="", TTable *table=0)
constructor