From: cvetan Date: Wed, 23 Mar 2005 10:51:52 +0000 (+0000) Subject: Put split level for the HLT ESD tree to zero. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=5f42007f0acd26ce7934249845bf07d9ebfec37e Put split level for the HLT ESD tree to zero. --- diff --git a/RAW/AliRawDB.cxx b/RAW/AliRawDB.cxx index 34bcbfa48e1..1810a69b595 100644 --- a/RAW/AliRawDB.cxx +++ b/RAW/AliRawDB.cxx @@ -268,7 +268,7 @@ void AliRawDB::MakeTree() if (fESD) { fESDTree = new TTree("esdTree", Form("ALICE MDC%d HLT ESD tree", kMDC)); fESDTree->SetAutoSave(2000000000); // autosave when 2 Gbyte written - split = 99; + split = 0; fESDTree->Branch("ESD", "AliESD", &fESD, bufsize, split); }