#ifndef _rooObjItr_h #define _rooObjItr_h #ifndef _rooObj_h #include "rooObj.h" #endif //////////////////////////////////////////////////////////////////////////////// class rooObjItr: public rooObj { public: rooObjItr(); virtual ~rooObjItr() { } Bool_t next(); Bool_t scan(const rooObj& obj, Int_t openmode=kooNoOpen ); virtual Int_t typeN(); ClassDef(rooObjItr,0) // corresponds to ooItr(ooObj) }; #endif // _rooObjItr_h