13 #ifndef ROOT_TTableMap
14 #define ROOT_TTableMap
31 ,
public std::vector<Long_t>
44 , std::vector<Long_t>(map)
46 , fTable(map.fTable) {;}
48 Bool_t IsValid()
const;
49 Bool_t IsFolder()
const;
50 void Push_back(Long_t next);
51 const TTable *Table(){
return fTable;}
62 inline Bool_t TTableMap::IsValid()
const
67 Int_t totalSize = fTable->
GetNRows();
69 for (; i != finish; i++) {
71 if ( th == -1 || (0 <= th && th < totalSize) )
continue;
85 inline Bool_t TTableMap::IsFolder()
const {
return kTRUE;}
87 inline void TTableMap::Push_back(Long_t next){ push_back(next); }
virtual Long_t GetNRows() const
Returns the number of the used rows for the wrapped table.