#ifndef _rooDBItr_h #define _rooDBItr_h #ifndef _rooDBObj_h #include "rooDBObj.h" #endif //////////////////////////////////////////////////////////////////////////////// class rooDBItr: public rooDBObj { public: rooDBItr(); virtual ~rooDBItr() { } Bool_t next(); Bool_t scan(const rooFDObj& fd, Int_t mode=kooNoOpen); virtual Int_t typeN(); ClassDef(rooDBItr,0) // corresponds to ooItr(ooDBObj) }; #endif // _rooDBItr_h