]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CONTAINERS/AliArrayBranch.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / CONTAINERS / AliArrayBranch.cxx
index 616ffce56533e5a181e91dd0faf4cf39202a61f9..d97bfd9d6944c0d9aa1f4f1490ca77af61868ed4 100644 (file)
@@ -13,9 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
+
 #include "TROOT.h"
 #include "AliArrayBranch.h"
 #include "TFile.h"
@@ -55,7 +54,7 @@ ClassImp(AliTree)
 
 
 
-Int_t AliArraySubBranch::GetEntryExport(Int_t entry, Int_t getall, AliObjectArray *list, Int_t nentries)
+  Int_t AliArraySubBranch::GetEntryExport(Int_t entry, Int_t /*getall*/, AliObjectArray *list, Int_t nentries)
 {
 //*-*-*-*-*-*Read all leaves of entry and return total number of bytes*-*-*
 //*-* export buffers to real objects in the AliObjectArray list.
@@ -812,7 +811,7 @@ AliObjectBranch::AliObjectBranch(const Text_t *name, const Text_t *classname, vo
             char *cpointer  =(char*)pointer;
             char **ppointer =(char**)cpointer;
             TClonesArray *list = (TClonesArray*)(*ppointer);
-            if (splitlevel != 2) {
+            if (splitlevel != 100) {
                if (isDot) branch1 = new TBranchClones(&branchname[0],pointer,bufsize);
                else       branch1 = new TBranchClones(&branchname[1],pointer,bufsize);
                blist->Add(branch1);
@@ -827,7 +826,7 @@ AliObjectBranch::AliObjectBranch(const Text_t *name, const Text_t *classname, vo
             char *cpointer  =(char*)pointer;
             char **ppointer =(char**)cpointer;
             TClonesArray *list = (TClonesArray*)(*ppointer);
-            if (splitlevel != 2) {
+            if (splitlevel != 100) {
                if (isDot) branch1 = new AliArrayBranch(&branchname[0],pointer,fTree,bufsize,compress);
                else       branch1 = new AliArrayBranch(&branchname[1],pointer,fTree,bufsize,compress);
                blist->Add(branch1);