<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear Gate developers/users,<br>
<br>
Recently, I have tried gjs and gjm to split a simulation to smaller parts to be able to run them in parallel on a cluster.
<br>
I used the following command to split the mac file:<br>
gjs -numberofsplits 20 -clusterplatform condor -condorscript path_to_condor_script/condor.script path_to_mac_file/my_macfile.mac<br>
<br>
Then I ran them in parallel and got the output root files in which the event_IDs start from zero! So when I merge them the merged root file is a mess in the branch of event_IDs. My csorter works based on event_IDs. I think you can imagine where it ends up with
 :-(<br>
I appreciate if anybody can give me a hand to solve this issue.<br>
<br>
Thanks in advance,<br>
Cheers,<br>
Parisa<br>
<br>
</div>
</body>
</html>