00001
00002
00003 #ifndef XAODROOTACCESS_TPYSTORE_H
00004 #define XAODROOTACCESS_TPYSTORE_H
00005
00006
00007 #include <string>
00008
00009
00010 #include <Rtypes.h>
00011
00012
00013 #include "xAODRootAccess/TStore.h"
00014
00015 namespace xAOD {
00016
00031 class TPyStore : public TStore {
00032
00033 public:
00035 TPyStore();
00036
00038 ::Bool_t contains( const std::string& key,
00039 const std::string& type ) const;
00041 ::Bool_t isConst( const std::string& key, const std::string& type ) const;
00042
00044 TReturnCode record( void* obj, const std::string& key,
00045 const std::string& type );
00046
00048 void dump() const;
00049
00050 };
00051
00052 }
00053
00054 #endif // XAODROOTACCESS_TPYSTORE_H