]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CONTAINERS/AliArrayBranch.cxx
Classes for reading raw data moved to the RAW module. New on-line MONITORING module...
[u/mrichter/AliRoot.git] / CONTAINERS / AliArrayBranch.cxx
index a4461f0847ea5aff36386c4120e9773066643e31..d97bfd9d6944c0d9aa1f4f1490ca77af61868ed4 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1  2000/11/01 16:01:22  kowal2
-Classes for handling the new hits structures
+/* $Id$ */
 
-*/
 #include "TROOT.h"
 #include "AliArrayBranch.h"
 #include "TFile.h"
@@ -58,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.