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