Skip to content
Snippets Groups Projects
Commit f9381f43 authored by Rene Brun's avatar Rene Brun
Browse files

Changes to take into account the new convention for split in MainEvent

git-svn-id: http://root.cern.ch/svn/root/trunk@2549 27541ba8-7e3a-0410-8455-c3a389f83636
parent 13e9f170
No related branches found
No related tags found
No related merge requests found
......@@ -5,22 +5,20 @@ tracks=600
comp=0
action=1
./Event $size $comp 0 $action $tracks 1
./Event $size $comp 0 $action $tracks
mv Event.root Event.new.split0.root
./Event $size $comp 1 $action $tracks 1
./Event $size $comp 1 $action $tracks
mv Event.root Event.new.split1.root
./Event $size $comp 9 $action $tracks 1
./Event $size $comp 9 $action $tracks
mv Event.root Event.new.split9.root
./Event $size $comp 0 $action $tracks 0
./Event $size $comp -1 $action $tracks
mv Event.root Event.old.streamed.root
./Event $size $comp 1 $action $tracks 0
./Event $size $comp -2 $action $tracks
mv Event.root Event.old.split.root
# Next step is to do something like
# root -q 'MakeRef.C("Event.old.split.root");'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment