]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/Plex.cxx
Added method SetGeoHMatrix(), initializing TGeoHMatrix from ZTrans.
[u/mrichter/AliRoot.git] / EVE / Reve / Plex.cxx
index 2390e4a6054d870a964e3ec04701a10a85720787..1fdfa60c5b5787c38c341bd822673abb4a5c6b7f 100644 (file)
@@ -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<TArrayC*>.
+// 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()
 {