00001
00002
00003 #ifndef XAODROOTACCESS_TACTIVESTORE_H
00004 #define XAODROOTACCESS_TACTIVESTORE_H
00005
00006 namespace xAOD {
00007
00008
00009 class TStore;
00010
00025 class TActiveStore {
00026
00028 friend class TStore;
00029
00030 public:
00032 static TStore* store();
00033
00034 private:
00036 static TStore* s_store;
00037
00038 };
00039
00040 }
00041
00042 #endif // XAODROOTACCESS_TACTIVESTORE_H