// $Header: /data/reve-cvs/reve/revecore/Event.h,v 1.1.1.1 2005/12/04 19:42:49 aljam Exp $ #ifndef REVE_Event_H #define REVE_Event_H #include #include #include namespace Reve { class Event : public TDirectory { protected: Long64_t fRun; Long64_t fEvent; TString fUrl; std::map fTags; public: Event(); ClassDef(Event, 1); }; // endclass Event } #endif