11#ifndef ROOT_TContainerConverters 
   12#define ROOT_TContainerConverters 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
Buffer base class used for serializing objects.
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
Small helper to read a TBuffer containing a TClonesArray into any valid collection.
 
~TConvertClonesArrayToProxy()
Destructor.
 
void operator()(TBuffer &b, void *pmember, Int_t size=0) override
Read a TClonesArray from the TBuffer b and load it into a (stl) collection.
 
TClass * fCollectionClass
 
void operator()(TBuffer &b, void *pmember, Int_t size=0) override
Read a std::map or std::multimap from the TBuffer b and load it into a (stl) collection.
 
TClass * fCollectionClass