X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FReve%2FPlex.cxx;h=1fdfa60c5b5787c38c341bd822673abb4a5c6b7f;hb=a3975d20c91d88450a873374cd82715c5a019832;hp=2390e4a6054d870a964e3ec04701a10a85720787;hpb=b28acb0303fa4d1444aa2c3cac52624964064baa;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/Reve/Plex.cxx b/EVE/Reve/Plex.cxx index 2390e4a6054..1fdfa60c5b5 100644 --- a/EVE/Reve/Plex.cxx +++ b/EVE/Reve/Plex.cxx @@ -10,9 +10,16 @@ using namespace Reve; // A group of containers with chunked memory allocation. // + //______________________________________________________________________ // VoidCPlex // +// Non-structured (Void) Complete Plex. +// Allocation chunk can accommodate fN atoms of byte-size fS each. +// The chunks themselves are TArrayCs and are stored in a std::vector. +// Holes in the structure are not supported, neither is removal of atoms. +// The structure can be Refit() to occupy a single contiguous array. +// void VoidCPlex::ReleaseChunks() {