]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTreeManager.h
A few fixes
[u/mrichter/AliRoot.git] / MUON / AliMUONTreeManager.h
index 0296993792a691158a3a4e140e3421c2bd14db55..e7d60c58aa36bfb9d025e0c48ded9b75a3af88df 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup calib
+/// \ingroup core
 /// \class AliMUONTreeManager
 /// \brief Helper class to ease TTree (MUON) branches manipulations
 /// 
@@ -33,7 +33,7 @@ public:
   Bool_t MakeBranch(TTree& tree, const char* storeClassName,
                     const char* branchClassName, const char* branchName, 
                     void* address,
-                    Int_t bufferSize = 4000, Int_t splitLevel = 1) const;
+                    Int_t bufferSize = 4000, Int_t splitLevel = 99) const;
   
   Bool_t SetAddress(TTree& tree, const char* branchName, void* address) const;