#ifndef TGoodFolder_hh #define TGoodFolder_hh #include "TFolder.h" class TGoodFolder: public TFolder { public: TGoodFolder() {}; virtual ~TGoodFolder(){} ClassDef(TGoodFolder,1) }; #endif