Tags:
view all tags
---+!! How Merge root files %TOC% ---++ Ganga The easiest way is to let ganga handle it with with the RootMerger() <verbatim>j=Job(t) j.merger = RootMerger() j.merger.files = ['out-file.root']</verbatim> This worked fine for me for ages until the merging program this calls stayed at 100% forever and the python memory usage consumed everything available. So I had to merge the files manually... ---+++ Merging manually The program hadd is the one that the root merger calls to merge the files <verbatim>hadd ~/outputfile.root ~/input1.root ~/input2.root [...]</verbatim> When running manually this segfaulted on my root file, it turned out to be because I had run SetupProject Ganga at the beginning by starting a new session and doing SetupProject DaVinci the hadd program no longer segfaulted. -- Main.ThomasBird - 2010-08-04
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2010-08-04
-
ThomasBird
Home
Site map
Atlas web
CMS web
Computing web
Documentation web
PPDITForum web
LHCb web
PPDLabSpace web
Sandbox web
TWiki web
LHCb Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback