Dear Marcin, <br><br>thank you for your reply! Your response gave me something to work with, and checking my own filesystem (I run CentOS 5 Linux) I fond that I have ext3. Looking this up it seems the maximum file size is at least 16GB. I also run my scripts on a cluster and there&#39;s no 1.9GB limitation there either. I guess there&#39;s a built in 1.9GB limit in ROOT, just in case you work on a FAT32 system. Do you know how to remove this limit in ROOT? I&#39;ve found a thread (<a href="http://root.cern.ch/root/roottalk/roottalk04/2028.html">http://root.cern.ch/root/roottalk/roottalk04/2028.html</a>) where it is suggested to use <font style="font-family: arial,helvetica,sans-serif;" size="2">TTree::SetMaxTreeSize when creating a tree... Is this something you can add somehow in your Gate-code?? Or add before compilation of ROOT?<br>
Thanks!<br>/Ida<br><br></font><div class="gmail_quote">2009/11/2 Marcin Balcerzyk <span dir="ltr">&lt;<a href="mailto:m.balcerzyk@pluri.ucm.es">m.balcerzyk@pluri.ucm.es</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Ida.<br>
<br>
The probable thing is a local disk system limitation. All FAT-32 related<br>
systems have 1.8GB file size limit. Root is clever enough to create a series<br>
of files, which are separately sensible. If you want to merge them, then<br>
probably merging application does not recognize the divided files, not to<br>
mention that it cannot write a large file. Solution - on Windows use NTFS<br>
system, others - do not know. Note, that you may have a nice 64bit operating<br>
system and a lousy 32bit file system. My Red Hat Linux uses such small<br>
capacity file system. Other solution is to use network mounted drives to a<br>
computer that does not have such file size limitation.<br>
<br>
Marcin Balcerzyk<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:gate-users-bounces@lists.healthgrid.org">gate-users-bounces@lists.healthgrid.org</a><br>
[mailto:<a href="mailto:gate-users-bounces@lists.healthgrid.org">gate-users-bounces@lists.healthgrid.org</a>] On Behalf Of<br>
<a href="mailto:gate-users-request@lists.healthgrid.org">gate-users-request@lists.healthgrid.org</a><br>
Sent: Monday, November 02, 2009 12:00 PM<br>
To: <a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
Subject: Gate-users Digest, Vol 42, Issue 1<br>
<br>
Send Gate-users mailing list submissions to<br>
        <a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<div class="im">        <a href="http://lists.healthgrid.org/mailman/listinfo/gate-users" target="_blank">http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br>
</div>or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gate-users-request@lists.healthgrid.org">gate-users-request@lists.healthgrid.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gate-users-owner@lists.healthgrid.org">gate-users-owner@lists.healthgrid.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Gate-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Merging multiple root files (Ida H?ggstr?m)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 2 Nov 2009 09:38:02 +0100<br>
From: Ida H?ggstr?m &lt;<a href="mailto:ida.haggstrom@radfys.umu.se">ida.haggstrom@radfys.umu.se</a>&gt;<br>
Subject: [Gate-users] Merging multiple root files<br>
To: gate-users &lt;<a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:ff2bc2ff0911020038u595f1216kd7b8845b77c587f4@mail.gmail.com">ff2bc2ff0911020038u595f1216kd7b8845b77c587f4@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<div><div></div><div class="h5"><br>
Hello!<br>
<br>
I have some problems with merging root files with filemerger after using<br>
jobsplitter. Sometimes it works, but for some files  I get the error &quot;no<br>
latest_event_ID histogram - exit!&quot; and no merged file of course.<br>
<br>
I think the problem is due to the fact that for some runs I get very large<br>
root files, so they are divided into many smaller ones. E.g. for two<br>
splitted files I get rootOut1_1, rootOut1, rootOut1_2 and rootOut2,<br>
rootOut2_1, rootOut2_2, as supposed to only rootOut1 and rootOut2. When<br>
using gjm it tries to merge rootOut1 and rootOut2, which I guess don&#39;t<br>
contain all information since they are only part of the files.<br>
<br>
Has anyone any experience with this, or knows how to merge these type of<br>
files? thanks!<br>
Ida<br>
<br>
PS. I saw similar posts from April 2008 (<br>
<a href="http://lists.healthgrid.org/archives/gate-users/2008-April/002647.html" target="_blank">http://lists.healthgrid.org/archives/gate-users/2008-April/002647.html</a>) and<br>
Oct 2007 (<br>
<a href="http://lists.healthgrid.org/archives/gate-users/2007-October/002110.html" target="_blank">http://lists.healthgrid.org/archives/gate-users/2007-October/002110.html</a>)<br>
but I could not get to any scripts or really use anything for myself.<br>
</div></div>-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:<br>
&lt;<a href="http://lists.healthgrid.org/archives/gate-users/attachments/20091102/2213a4%0Aae/attachment.html" target="_blank">http://lists.healthgrid.org/archives/gate-users/attachments/20091102/2213a4<br>
ae/attachment.html</a>&gt;<br>
<br>
------------------------------<br>
<div class="im"><br>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.healthgrid.org">Gate-users@lists.healthgrid.org</a><br>
<a href="http://lists.healthgrid.org/mailman/listinfo/gate-users" target="_blank">http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br>
<br>
<br>
</div>End of Gate-users Digest, Vol 42, Issue 1<br>
*****************************************<br>
<br>
</blockquote></div><br>