]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSIntMap.h
commented define _ClusterTopology_ - to be used only for the special productions
[u/mrichter/AliRoot.git] / ITS / AliITSIntMap.h
index 9a8f9f83514a549482e5f86f9c4288eae3ae7833..e6b91b0aa3813520bcac7e4f31bd60ab5eb3466e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALI_ITS_INTMAP_H
-#define ALI_ITS_INTMAP_H
+#ifndef ALIITSINTMAP_H
+#define ALIITSINTMAP_H
 
 //////////////////////////////////////////////////////////////////////
 // Author: Henrik Tydesjo                                           //
@@ -35,12 +35,13 @@ class AliITSIntMap {
   void               PrintEntries() const;
   void               Balance();
   void               PrepareSerialize() {InitFastAccessSerialize();}
+  void               PrepareSerializeOrdered() {InitFastAccess();}
   UInt_t             GetTreeHeight() const;
 
  private:
   UInt_t             fNrEntries;          // nr of entries in map
   AliITSIntMapNode*  fRoot;               // link to first node of tree
-  Bool_t             fFastAccess;         // is the array below initialized (key ordered)?
+  Bool_t             fFastAccess;         // is fast access array initialized (key ordered)?
   Bool_t             fFastAccessSerialize;// is fast access array initialized (tree ordered)?
   AliITSIntMapNode** fFastAccessArray;    // array of pointers to nodes
   UInt_t             fDummyIndex;         // dummy index used when traversing tree