42 typedef std::vector<DataStoreItem*>
Items;
57 void addItem(
const std::string& path );
72 void addItem( Items& itms,
const std::string& descriptor );
80 auto&
id =
typeid( *obj );
A DataObject is the base class of any identifiable object on any data store.
Description of the DataStoreItem class.
IDataManagerSvc * m_TESMgr
TES pointer.
std::vector< DataStoreItem * > Items
Objects m_objects
Selected list of Objects to be serialized (DataObject ptrs)
bool analyse(IRegistry *dir, int level) override
Analysis callback.
void dumpBuffer(TBufferFile &)
Dump TES contents listed in m_itemList/m_optItemList to a TBufferFile.
std::map< std::type_index, TClass * > m_classMap
Map of gROOT class information.
DataStoreItem * m_currentItem
Current item while traversing the TES tree.
void checkItems()
print out the contents of m_itemList and m_optItemList (std::cout)
TClass * getClass(DataObject *obj)
caching wrapper to TClass::GetClass
bool m_verifyItems
Boolean Flag as used by GaudiSvc/PersistencySvc/OutputStreamer.
bool m_strict
Boolean Flag used to determine error tolerance.
ItemNames m_itemNames
Vector of item names.
std::vector< std::string > ItemNames
TESSerializer(IDataProviderSvc *svc, IAddressCreator *ac)
Constructor.
ItemNames m_optItemNames
Vector of item names (std::strings)
void addOptItem(const std::string &path)
add an item to the TESSerializer's optional list (#notation)
IAddressCreator * m_addressCreator
IAddress Creator for Opaque Addresses.
void addItem(const std::string &path)
add an item to the TESSerializer's list (#notation)
void loadBuffer(TBufferFile &)
Rebuild TES from items in a TBufferFile.
std::vector< DataObject * > Objects
IDataProviderSvc * m_TES
TES pointer.
Items m_itemList
Vector of items to be saved to this stream (DataStoreItem ptrs)
Items m_optItemList
Vector of optional items to be saved to this stream (DataStoreItem ptrs)
IAddressCreator interface definition.
Data provider interface definition.
Generic data agent interface.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
A class to serialize/deserialize TES objects to and from a TBufferFile Author: P.